Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-31 | docs: Mention `--max-jobs 0` to build remotely only | Niklas Hambüchen | 1 | -2/+10 | |
2018-04-20 | doc: Adds `--quiet` to the common options. | Samuel Dionne-Riel | 1 | -0/+17 | |
Fixes #1298 | |||||
2018-01-17 | Move show-trace docs | Eelco Dolstra | 1 | -7/+0 | |
2017-08-31 | Rename a few configuration options | Eelco Dolstra | 1 | -4/+4 | |
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-07 | man pages: Consistently separate alternatives by / | Robert Vollmert | 1 | -8/+4 | |
2017-07-07 | man pages: Argument for --max-jobs | Robert Vollmert | 1 | -2/+2 | |
2017-02-28 | Support auto-configuration of build-max-jobs | Eelco Dolstra | 1 | -2/+3 | |
"build-max-jobs" and the "-j" option can now be set to "auto" to use the number of CPUs in the system. (Unlike build-cores, it doesn't use 0 to imply auto-configuration, because a) magic values are a bad idea in general; b) 0 is a legitimate value used to disable local building.) Fixes #1198. | |||||
2017-01-03 | Drop a few more references to all-packages.nix | Eelco Dolstra | 1 | -3/+2 | |
And also don't refer to f-spot, which apparently no longer exists. Issue #1170. | |||||
2016-12-28 | Document the common --no-build-hook option | zimbatm | 1 | -0/+17 | |
2016-04-25 | Improved logging abstraction | Eelco Dolstra | 1 | -55/+0 | |
This also gets rid of --log-type, since the nested log type isn't useful in a multi-threaded situation, and nobody cares about the "pretty" log type. | |||||
2014-09-16 | Merge branch 'master' of github.com:thatdocslady/nix | Eelco Dolstra | 1 | -0/+390 | |
Conflicts: doc/manual/release-notes.xml doc/manual/writing-nix-expressions.xml | |||||
2014-08-27 | Restructuring the Nix manual | Mikey Ariel | 1 | -0/+389 | |