Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-05 | tarball-ttl: document | Graham Christensen | 1 | -0/+25 | |
Incorporates text from Niklas Hambüchen in #2978 Closes #1115 | |||||
2019-05-17 | docs: describe $IN_NIX_SHELL values (#2796) | Vladimír Čunát | 1 | -1/+2 | |
See commit 1bffd83e1a9 | |||||
2019-05-12 | Clarify where output from the diff hook goes. | Graham Christensen | 1 | -4/+5 | |
2019-05-12 | diff hook: execute as the build user, and pass the temp dir | Graham Christensen | 1 | -7/+13 | |
2019-05-12 | build: run diff-hook under --check and document diff-hook | Graham Christensen | 1 | -4/+77 | |
2019-03-31 | docs: Mention `--max-jobs 0` to build remotely only | Niklas Hambüchen | 1 | -2/+10 | |
2019-03-25 | manual: mention the "channel:" shorthand for NIX_PATH | Dmitry Kalinkin | 1 | -2/+7 | |
Bumped to 15.09 because older channels, when downloaded from nixos.org, require firefox to be accessed via `pkgs.firefox` | |||||
2019-01-23 | nix-store: make --dump-db take a list of paths to dump | Spencer Baugh | 1 | -0/+8 | |
Inside a derivation, exportReferencesGraph already provides a way to dump the Nix database for a specific closure. On the command line, --dump-db gave us the same information, but only for the entire Nix database at once. With this change, one can now pass a list of paths to --dump-db to get the Nix database dumped for just those paths. (The user is responsible for ensuring this is a closure, like for --export). Among other things, this is useful for deploying a closure to a new host without using --import/--export; one can use tar to transfer the store paths, and --dump-db/--load-db to transfer the validity information. This is useful if the new host doesn't actually have Nix yet, and the closure that is being deployed itself contains Nix. | |||||
2019-01-20 | Merge pull request #2635 from veprbl/patch-7 | Domen Kožar | 1 | -1/+2 | |
manual: "sandbox" option default is "true" on Linux | |||||
2019-01-19 | manual: "sandbox" option default is "true" on Linux | Dmitry Kalinkin | 1 | -1/+2 | |
Fixes: 812e39313c ('Enable sandboxing by default') | |||||
2019-01-18 | Update instructions for Haskell script using nix-shell interpreter | Samuel Evans-Powell | 1 | -1/+1 | |
- The instructions for using nix-shell as an interpreter has a Haskell script example that doesn't work on more recent versions of Nix. Update the instructions with a working command | |||||
2019-01-07 | Don't look for a "pv" program, or mention it in the manual source | John Ericson | 1 | -9/+0 | |
The manual reference was commented out, and the sole reference to this program other than the configure script. Removed both. | |||||
2018-12-14 | Clarify nix-instantiate --read-write-mode | Patrick Hilhorst | 1 | -1/+3 | |
2018-10-20 | Add --graphml option to the nix-store --query command | Antoine Eiche | 1 | -0/+12 | |
This prints the references graph of the store paths in the graphML format [1]. The graphML format is supported by several graph tools such as the Python Networkx library or the Apache Thinkerpop project. [1] http://graphml.graphdrawing.org | |||||
2018-09-28 | Check requiredSystemFeatures for local builds | Eelco Dolstra | 1 | -0/+27 | |
For example, this prevents a "kvm" build on machines that don't have KVM. Fixes #2012. | |||||
2018-09-19 | nix-shell: document double quotes being necessary for a simple Nix ↵ | Graham Christensen | 1 | -0/+14 | |
expression in the shebang | |||||
2018-09-19 | nix-shell: explain the merging property close to the example | Graham Christensen | 1 | -3/+4 | |
2018-09-18 | docs: document deprecated aliases | Graham Christensen | 1 | -22/+169 | |
2018-09-10 | Prefer 'remote builder' over 'slave' | Graham Christensen | 1 | -1/+1 | |
2018-09-01 | Merge pull request #2168 from grahamc/explain-why-netrc-is-busted | Eelco Dolstra | 1 | -1/+6 | |
manual: document why ~/.netrc doesn't work | |||||
2018-08-29 | nix.conf: clarify -j0 doesn't affect preferLocalBuild | Domen Kožar | 1 | -1/+3 | |
2018-08-29 | nix.conf: mention -j0 is useful | Domen Kožar | 1 | -1/+2 | |
2018-08-02 | Allows selectively adding environment variables to pure shells. | Samuel Dionne-Riel | 1 | -0/+8 | |
Includes documentation and test. | |||||
2018-05-31 | Merge pull request #767 from mogorman/garbage_collect_keep_last_few | Peter Simons | 1 | -6/+9 | |
Implement --delete-generations + flag for keeping last N number of gens | |||||
2018-05-23 | Fix docs on --check suffix | Alexandre Esteves | 1 | -1/+1 | |
2018-05-18 | manual: document why ~/.netrc doesn't work | Graham Christensen | 1 | -1/+6 | |
Maybe there is a better place to document this, which is more generic? | |||||
2018-04-30 | nix-collect-garbage: little doc fix | Danylo Hlynskyi | 1 | -6/+0 | |
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 | 1 | -0/+19 | |
Support extra compatible architectures (#1916) | |||||
2018-04-20 | doc: Adds `--quiet` to the common options. | Samuel Dionne-Riel | 2 | -0/+20 | |
Fixes #1298 | |||||
2018-04-07 | fix typo in nix-env man page | Nicolas Dudebout | 1 | -1/+1 | |
2018-04-06 | update/re-order the options docs | AmineChikhaoui | 1 | -19/+19 | |
2018-04-06 | re-order the options using the alphabetical order and improve the example in ↵ | AmineChikhaoui | 1 | -25/+29 | |
the positive lookup case | |||||
2018-04-06 | add documentation for the local disk cache TTL config | AmineChikhaoui | 1 | -0/+24 | |
2018-03-20 | manual: correct repeated "--deriver". Add missing single char option aliases. | Corey O'Connor | 1 | -1/+4 | |
2018-03-18 | Fix bad XML | Eelco Dolstra | 1 | -2/+1 | |
2018-03-17 | doc: document the min-free and max-free options | zimbatm | 1 | -0/+17 | |
2018-03-17 | doc: add xml:id to all the config options | zimbatm | 1 | -18/+18 | |
2018-03-16 | rename build-extra-platforms -> extra-platforms | Linus Heckemann | 1 | -0/+19 | |
also document it | |||||
2018-03-01 | only delete things older than current gen and update logic in doc as | Matthew O'Gorman | 1 | -5/+5 | |
well | |||||
2018-03-01 | Implement --delete-generations + flag for keeping last N number of generations | Matthew O'Gorman | 1 | -2/+5 | |
2018-03-01 | nix-channel grammar and punctuation | Michael Fiano | 1 | -4/+4 | |
Minor changes to the nix-channel manpage for my first contribution | |||||
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 | 1 | -3/+12 | |
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 | 1 | -3/+4 | |
2018-02-13 | Merge pull request #1863 from shlevy/conf-includes | Eelco Dolstra | 1 | -1/+6 | |
Allow includes from nix.conf | |||||
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 | |
This enables plugins to add new constants, as well as new primops. | |||||
2018-02-08 | Add plugins to make Nix more extensible. | Shea Levy | 1 | -0/+27 | |
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 | 1 | -0/+2 | |