Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04-13 | Convert Settings to the new config system | Eelco Dolstra | |
This makes all config options self-documenting. Unknown or unparseable config settings and --option flags now cause a warning. | |||
2017-01-03 | nix-shell: In #! mode, pass the last argument | Eelco Dolstra | |
"i < argc - 1" should be "i < argc". | |||
2017-01-03 | tests: Add simple tests for nix-shell | Tuomas Tynkkynen | |
nix-shell -A, -p and -i are lightly tested. |