Age | Commit message (Expand) | Author | Files | Lines |
2017-09-18 | Update release notes | Eelco Dolstra | 1 | -0/+10 |
2017-09-05 | Add automatic garbage collection | Eelco Dolstra | 1 | -0/+4 |
2017-08-31 | Rename a few configuration options | Eelco Dolstra | 3 | -35/+34 |
2017-08-19 | Remove nix-mode.el from Nix. | Matthew Bauer | 1 | -0/+6 |
2017-08-18 | update MD5 to SHA-256 in expression-syntax | Chase Adams | 1 | -2/+2 |
2017-08-16 | Update release notes | Eelco Dolstra | 1 | -0/+5 |
2017-08-16 | Merge branch 'tokenize' of https://github.com/nbp/nix | Eelco Dolstra | 1 | -0/+37 |
2017-08-15 | Add builtins.string function. | Nicolas B. Pierron | 1 | -0/+37 |
2017-08-15 | Move builtins.match documentation between map and mul. | Nicolas B. Pierron | 1 | -36/+36 |
2017-08-10 | Start of 1.12 release notes | Eelco Dolstra | 1 | -2/+360 |
2017-07-30 | replace "Mac OS X" with "macOS" | davidak | 5 | -6/+6 |
2017-07-18 | Update the mailing list. | Graham Christensen | 1 | -1/+1 |
2017-07-17 | Make the hashes mirrors used by builtins.fetchurl configurable | Eelco Dolstra | 1 | -0/+28 |
2017-07-15 | use sha256 hashes in the examples | Harmen | 3 | -5/+5 |
2017-07-10 | fix buggy nix-shell man page | Robert Vollmert | 1 | -1/+1 |
2017-07-07 | man page (nix-shell): Fix grouping of -p option | Robert Vollmert | 1 | -4/+4 |
2017-07-07 | man page (nix-prefetch-url): Add some missing options | Robert Vollmert | 1 | -2/+4 |
2017-07-07 | man page (nix-instantiate): -E is optional | Robert Vollmert | 1 | -1/+1 |
2017-07-07 | man page (nix-instantiate): Add --json to synopsis, order variables | Robert Vollmert | 1 | -16/+17 |
2017-07-07 | man page (nix-instantiate): Remove non-existent nix-build argument -r | Robert Vollmert | 1 | -1/+1 |
2017-07-07 | man pages: Consistently separate alternatives by / | Robert Vollmert | 2 | -12/+6 |
2017-07-07 | man pages: Argument for --max-jobs | Robert Vollmert | 1 | -2/+2 |
2017-07-07 | man pages: Grouping for option alternatives | Robert Vollmert | 2 | -10/+28 |
2017-07-07 | glossary: Fix word order | Robert Vollmert | 1 | -1/+1 |
2017-07-06 | Fix nix-instantiate manpage indentation | Robert Vollmert | 1 | -1/+2 |
2017-07-04 | Add allow-new-privileges option | Eelco Dolstra | 1 | -0/+17 |
2017-06-14 | OS X -> macOS | Eelco Dolstra | 1 | -1/+1 |
2017-06-14 | Add 1.11.10 release notes | Eelco Dolstra | 2 | -0/+32 |
2017-05-29 | Merge pull request #1393 from pyrtsa/patch-1 | Eelco Dolstra | 1 | -1/+1 |
2017-05-28 | Remove stray `>` in builtins doc | Pyry Jahkola | 1 | -1/+1 |
2017-05-28 | Fix variable name typo in derivations doc | Pyry Jahkola | 1 | -1/+1 |
2017-05-24 | Merge pull request #1382 from FRidh/patch-1 | Eelco Dolstra | 1 | -0/+18 |
2017-05-17 | Document that builtins.match takes a POSIX extended RE | Eelco Dolstra | 1 | -4/+10 |
2017-05-11 | Document fetchTarball can take a sha256 | Frederik Rietdijk | 1 | -0/+18 |
2017-05-10 | Typo | Eelco Dolstra | 1 | -1/+1 |
2017-05-10 | Replace readline by linenoise | Eelco Dolstra | 1 | -0/+6 |
2017-05-10 | doc: builtins.attrNames returns alphabetically sorted list | Domen Kožar | 1 | -1/+1 |
2017-05-03 | Merge pull request #1371 from regnat/doc_--xml_fix | Eelco Dolstra | 1 | -10/+8 |
2017-05-03 | doc: fix the description of --xml and --json | regnat | 1 | -10/+8 |
2017-05-01 | Remove $NIX_BUILD_HOOK and $NIX_CURRENT_LOAD | Eelco Dolstra | 2 | -146/+2 |
2017-04-24 | Merge pull request #1347 from kennyballou/sm-grammar-fix | Eelco Dolstra | 1 | -1/+1 |
2017-04-24 | Merge pull request #1351 from earldouglas/ellipses | Eelco Dolstra | 1 | -1/+1 |
2017-04-24 | Merge pull request #1348 from armijnhemel/nix-env | Eelco Dolstra | 1 | -1/+1 |
2017-04-20 | Drop misleading ellipses | James Earl Douglas | 1 | -1/+1 |
2017-04-20 | Read per-user settings from ~/.config/nix/nix.conf | Eelco Dolstra | 1 | -8/+28 |
2017-04-20 | binary-caches-parallel-connections -> http-connections | Eelco Dolstra | 1 | -1/+1 |
2017-04-20 | nix.conf man page: binary-caches -> substituters | Eelco Dolstra | 1 | -21/+13 |
2017-04-19 | document option | Armijn Hemel | 1 | -1/+1 |
2017-04-19 | Fix small grammar issue about page | kballou | 1 | -1/+1 |
2017-04-17 | Manual: document tryEval | Linus Heckemann | 1 | -0/+13 |