about summary refs log tree commit diff
path: root/tests/shell.shebang.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-01-04 Rename "use-substitutes" to "substitute"Eelco Dolstra1-1/+1
Commit c2154d4c8422ddc1c201d503bb52edff854af2ad renamed "build-use-substitutes" to "use-substitutes", but that broke "nix-copy-closure --use-substitutes".
2017-11-20 Test: Replace --option with the corresponding flagEelco Dolstra1-1/+1
2017-08-31 Rename a few configuration optionsEelco Dolstra1-1/+1
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 systemEelco Dolstra1-1/+1
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 argumentEelco Dolstra1-1/+1
"i < argc - 1" should be "i < argc".
2017-01-03 tests: Add simple tests for nix-shellTuomas Tynkkynen1-0/+4
nix-shell -A, -p and -i are lightly tested.