Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-01 | Merge pull request #2168 from grahamc/explain-why-netrc-is-busted | Eelco Dolstra | |
manual: document why ~/.netrc doesn't work | |||
2018-08-29 | nix.conf: clarify -j0 doesn't affect preferLocalBuild | Domen Kožar | |
2018-08-29 | nix.conf: mention -j0 is useful | Domen Kožar | |
2018-08-02 | Allows selectively adding environment variables to pure shells. | Samuel Dionne-Riel | |
Includes documentation and test. | |||
2018-07-16 | nix-channel documentation: don't suggest deprecated function | Nathan van Doorn | |
Running `nix-instantiate --eval -E '(import <nixpkgs> {}).lib.nixpkgsVersion` emits a warning ``` trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead! ``` | |||
2018-05-31 | Merge pull request #767 from mogorman/garbage_collect_keep_last_few | Peter Simons | |
Implement --delete-generations + flag for keeping last N number of gens | |||
2018-05-23 | Fix docs on --check suffix | Alexandre Esteves | |
2018-05-18 | manual: document why ~/.netrc doesn't work | Graham Christensen | |
Maybe there is a better place to document this, which is more generic? | |||
2018-04-30 | nix-collect-garbage: little doc fix | Danylo Hlynskyi | |
This removes confusing documentation. It's better to remove doc than add implementation, because Nix 1.12 will surely have new GC interface anyway. Fixes https://github.com/NixOS/nix/issues/641 | |||
2018-04-23 | Merge branch 'aarch64-armv7' of git://github.com/lheckemann/nix | Shea Levy | |
Support extra compatible architectures (#1916) | |||
2018-04-20 | doc: Adds `--quiet` to the common options. | Samuel Dionne-Riel | |
Fixes #1298 | |||
2018-04-07 | fix typo in nix-env man page | Nicolas Dudebout | |
2018-04-06 | update/re-order the options docs | AmineChikhaoui | |
2018-04-06 | re-order the options using the alphabetical order and improve the example in ↵ | AmineChikhaoui | |
the positive lookup case | |||
2018-04-06 | add documentation for the local disk cache TTL config | AmineChikhaoui | |
2018-03-20 | manual: correct repeated "--deriver". Add missing single char option aliases. | Corey O'Connor | |
2018-03-18 | Fix bad XML | Eelco Dolstra | |
2018-03-17 | doc: document the min-free and max-free options | zimbatm | |
2018-03-17 | doc: add xml:id to all the config options | zimbatm | |
2018-03-16 | rename build-extra-platforms -> extra-platforms | Linus Heckemann | |
also document it | |||
2018-03-01 | only delete things older than current gen and update logic in doc as | Matthew O'Gorman | |
well | |||
2018-03-01 | Implement --delete-generations + flag for keeping last N number of generations | Matthew O'Gorman | |
2018-03-01 | nix-channel grammar and punctuation | Michael Fiano | |
Minor changes to the nix-channel manpage for my first contribution | |||
2018-02-21 | Manual: Put configuration options in sorted order | Eelco Dolstra | |
2018-02-21 | Manual: Update chapter on remote builds | Eelco Dolstra | |
Alos add a command "nix ping-store" to make it easier to see if Nix can connect to a remote builder (e.g. 'nix ping-store --store ssh://mac'). | |||
2018-02-13 | Allow plugins to define new settings. | Shea Levy | |
2018-02-13 | Merge pull request #1863 from shlevy/conf-includes | Eelco Dolstra | |
Allow includes from nix.conf | |||
2018-02-13 | Enable specifying directories in plugin-files. | Shea Levy | |
2018-02-13 | Allow includes from nix.conf | Shea Levy | |
2018-02-08 | Allow using RegisterPrimop to define constants. | Shea Levy | |
This enables plugins to add new constants, as well as new primops. | |||
2018-02-08 | Add plugins to make Nix more extensible. | Shea Levy | |
All plugins in plugin-files will be dlopened, allowing them to statically construct instances of the various Register* types Nix supports. | |||
2018-02-01 | Merge branch 'master' of git://github.com/catern/nix | Shea Levy | |
2018-02-01 | Remove docs on removed --drv-link and --add-drv-link options | Eelco Dolstra | |
2018-01-31 | document ability to set NIX_REMOTE=unix://path/to/socket | Spencer Baugh | |
2018-01-17 | Move show-trace docs | Eelco Dolstra | |
2018-01-09 | nix.conf: builders-use-substitutes | Renzo Carbonara | |
Fixes #937 | |||
2018-01-04 | Rename "use-substitutes" to "substitute" | Eelco Dolstra | |
Commit c2154d4c8422ddc1c201d503bb52edff854af2ad renamed "build-use-substitutes" to "use-substitutes", but that broke "nix-copy-closure --use-substitutes". | |||
2017-12-09 | Escape left angle brackets in XML documentation | Joe Hermaszewski | |
2017-12-08 | nix-hash: Add sentence and example for nix-prefetch-url hash | Markus Hauck | |
2017-11-21 | Add a warning about the 'trusted-users' option | Eelco Dolstra | |
2017-11-20 | Document secret-key-files | Eelco Dolstra | |
2017-11-20 | signed-binary-caches -> require-sigs | Eelco Dolstra | |
Unlike signed-binary-caches (which could only be '*' or ''), require-sigs is a proper Boolean option. The default is true. | |||
2017-11-20 | binary-cache-public-keys -> trusted-public-keys | Eelco Dolstra | |
The name had become a misnomer since it's not only for substitution from binary caches, but when adding/copying any (non-content-addressed) path to a store. | |||
2017-10-30 | Add option allowed-uris | Eelco Dolstra | |
This allows network access in restricted eval mode. | |||
2017-08-31 | Rename a few configuration options | Eelco Dolstra | |
In particular, drop the "build-" and "gc-" prefixes which are pointless. So now you can say nix build --no-sandbox instead of nix build --no-build-use-sandbox | |||
2017-07-30 | replace "Mac OS X" with "macOS" | davidak | |
except in older release notes where the name was actually Mac OS X. | |||
2017-07-17 | Make the hashes mirrors used by builtins.fetchurl configurable | Eelco Dolstra | |
In particular, this allows it to be disabled in our tests. | |||
2017-07-10 | fix buggy nix-shell man page | Robert Vollmert | |
2017-07-07 | man page (nix-shell): Fix grouping of -p option | Robert Vollmert | |
Not sure about the raw ellipsis. | |||
2017-07-07 | man page (nix-prefetch-url): Add some missing options | Robert Vollmert | |