Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-31 | nix-shell -p: pass --arg values as nixpkgs params | ldesgoui | |
2021-07-12 | Merge branch 'master' into structured-attrs-shell | Maximilian Bosch | |
Conflicts: src/nix/develop.cc src/nix/get-env.sh tests/shell.nix | |||
2021-07-09 | nix develop: Add a test for bash functions | Eelco Dolstra | |
2021-07-09 | Add test for #4992 | Eelco Dolstra | |
2021-07-09 | nix develop: Add a test for arrays | Eelco Dolstra | |
2021-07-05 | Fix devShell handling of env values including @ and % | Michael Fellinger | |
2021-06-22 | Prefix env vars for attrs.* files with NIX_ | Maximilian Bosch | |
2021-06-22 | Add testcase for `nix develop` with `__structuredAttrs` | Maximilian Bosch | |
2021-06-11 | Make `nix-shell` support content-addressed derivations | regnat | |
Resolve the derivation before trying to load its environment − essentially reproducing what the build loop does − so that we can effectively access our dependencies (and not just their placeholders). Fix #4821 | |||
2020-11-24 | Escape filename given to nix-shell in shebang mode | Lily Ballard | |
This prevents spaces or other metacharacters from causing nix-shell to execute the wrong path. Fixes #4229. | |||
2020-07-06 | nix develop: Support derivations with multiple outputs | Eelco Dolstra | |
2019-10-27 | Add inNixShell = true to nix-shell auto-call | Robert Hensing | |
This is an alternative to the IN_NIX_SHELL environment variable, allowing the expression to adapt itself to nix-shell without triggering those adaptations when used as a dependency of another shell. Closes #3147 | |||
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. | |||
2017-04-25 | Fix nix-shell test | Eelco Dolstra | |
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 | tests: Add simple tests for nix-shell | Tuomas Tynkkynen | |
nix-shell -A, -p and -i are lightly tested. |