Age | Commit message (Expand) | Author | Files | Lines |
2018-02-24 | Merge pull request #1901 from veprbl/patch-5 | Graham Christensen | 1 | -1/+1 |
2018-02-24 | doc: Fix a URL in the release notes for Nix 2.0 | Michael Weiss | 1 | -1/+1 |
2018-02-23 | Fix a small typo in the release notes | Dmitry Kalinkin | 1 | -1/+1 |
2018-02-22 | Fix example in release notes | Eelco Dolstra | 1 | -1/+1 |
2018-02-22 | Doh | Eelco Dolstra | 1 | -6/+4 |
2018-02-22 | Revert "Enable sandbox builds on Linux by default" | Eelco Dolstra | 1 | -4/+0 |
2018-02-22 | Set release date | Eelco Dolstra | 1 | -1/+1 |
2018-02-22 | Enable sandbox builds on Linux by default | Eelco Dolstra | 2 | -3/+5 |
2018-02-21 | Manual: Put configuration options in sorted order | Eelco Dolstra | 1 | -427/+412 |
2018-02-21 | Manual: Update chapter on remote builds | Eelco Dolstra | 2 | -70/+156 |
2018-02-20 | Release notes: Add contributors | Eelco Dolstra | 1 | -4/+105 |
2018-02-19 | Remove macOS multi-user instructions | Eelco Dolstra | 1 | -28/+0 |
2018-02-19 | Update release notes | Eelco Dolstra | 2 | -264/+731 |
2018-02-19 | Merge branch 'register-settings' of https://github.com/shlevy/nix | Eelco Dolstra | 1 | -3/+4 |
2018-02-14 | Add splitVersion primop. | Shea Levy | 1 | -0/+11 |
2018-02-13 | Allow plugins to define new settings. | Shea Levy | 1 | -3/+4 |
2018-02-13 | Merge pull request #1863 from shlevy/conf-includes | Eelco Dolstra | 1 | -1/+6 |
2018-02-13 | Enable specifying directories in plugin-files. | Shea Levy | 1 | -0/+4 |
2018-02-13 | Allow includes from nix.conf | Shea Levy | 1 | -1/+6 |
2018-02-08 | Allow using RegisterPrimop to define constants. | Shea Levy | 1 | -1/+1 |
2018-02-08 | Add plugins to make Nix more extensible. | Shea Levy | 2 | -0/+34 |
2018-02-07 | Merge pull request #1816 from shlevy/add-path | Eelco Dolstra | 1 | -2/+72 |
2018-02-06 | Add path primop. | Shea Levy | 1 | -2/+72 |
2018-02-03 | Remove nix-build --hash | Eelco Dolstra | 1 | -5/+5 |
2018-02-01 | Merge branch 'master' of git://github.com/catern/nix | Shea Levy | 1 | -0/+2 |
2018-02-01 | Remove docs on removed --drv-link and --add-drv-link options | Eelco Dolstra | 1 | -21/+0 |
2018-01-31 | document ability to set NIX_REMOTE=unix://path/to/socket | Spencer Baugh | 1 | -0/+2 |
2018-01-31 | Rename 1.12 -> 2.0 | Eelco Dolstra | 2 | -3/+3 |
2018-01-31 | Add 'nix upgrade-nix' command | Eelco Dolstra | 1 | -0/+5 |
2018-01-31 | Manual: Remove old cruft | Eelco Dolstra | 9 | -152/+2 |
2018-01-27 | Improve manual on inheriting attributes | Eric Wolf | 1 | -2/+30 |
2018-01-17 | Move show-trace docs | Eelco Dolstra | 3 | -8/+8 |
2018-01-09 | nix.conf: builders-use-substitutes | Renzo Carbonara | 1 | -0/+14 |
2018-01-04 | Rename "use-substitutes" to "substitute" | Eelco Dolstra | 1 | -1/+1 |
2017-12-12 | Merge pull request #1725 from chris-martin/pr/concatStringsSep | Eelco Dolstra | 1 | -0/+8 |
2017-12-11 | Add builtins.concatStringSep to the manual | Chris Martin | 1 | -0/+8 |
2017-12-11 | Merge pull request #1721 from expipiplus1/patch-2 | Eelco Dolstra | 1 | -2/+2 |
2017-12-11 | Merge branch 'feature/linenoise-ng' of git://github.com/dtzWill/nix | Shea Levy | 1 | -1/+1 |
2017-12-09 | Escape left angle brackets in XML documentation | Joe Hermaszewski | 1 | -2/+2 |
2017-12-08 | nix-hash: Add sentence and example for nix-prefetch-url hash | Markus Hauck | 1 | -1/+12 |
2017-11-27 | doc: linenoise -> linenoise-ng | Will Dietz | 1 | -1/+1 |
2017-11-21 | Add a warning about the 'trusted-users' option | Eelco Dolstra | 1 | -5/+6 |
2017-11-20 | Document secret-key-files | Eelco Dolstra | 1 | -3/+16 |
2017-11-20 | signed-binary-caches -> require-sigs | Eelco Dolstra | 1 | -5/+8 |
2017-11-20 | binary-cache-public-keys -> trusted-public-keys | Eelco Dolstra | 1 | -5/+5 |
2017-11-03 | Remove git:// support in NIX_PATH | Eelco Dolstra | 1 | -7/+0 |
2017-11-01 | Mention isFloat function in "Built-in Functions" section | Zoran Plesivčak | 1 | -0/+10 |
2017-11-01 | Mention "float" type in builtins.typeOf section of the docs | Zoran Plesivčak | 1 | -8/+9 |
2017-10-30 | Add option allowed-uris | Eelco Dolstra | 2 | -1/+25 |
2017-10-30 | fetchurl/fetchTarball are *not* allowed in restricted mode | Eelco Dolstra | 1 | -2/+1 |