Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-07 | Fix test failures when $TMPDIR changes | Eelco Dolstra | |
2018-08-02 | Allows selectively adding environment variables to pure shells. | Samuel Dionne-Riel | |
Includes documentation and test. | |||
2018-04-09 | Hardcodes `nix-shell` instead of `/usr/bin/env nix-shell`... | Samuel Dionne-Riel | |
... in the ruby shebang test. | |||
2018-04-08 | Adds `nix-shell` test for special-cased ruby interpreter. | Samuel Dionne-Riel | |
The test fakes the interpreter only to verify the arguments it would be given. | |||
2018-03-16 | nix-shell: allow symlinks to .drvs | Linus Heckemann | |
This makes persistent shell environments easier to use. | |||
2017-11-24 | nix-shell/nix-build: Support .drv files again | Eelco Dolstra | |
Fixes #1663. Also handle '!<output-name>' (#1694). | |||
2017-02-24 | Fix nix-shell tests | Eelco Dolstra | |
The nix-shell fix in 668fef2e4f1c7758e2a55e355b4826014d5b7ba9 revealed that we had some --pure tests that incorrectly depended on PATH from config.nix's mkDerivation being overwritten by the caller's PATH. http://hydra.nixos.org/build/49242478 | |||
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. |