- Jul 08, 2021
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Jun 11, 2021
- Nov 24, 2020
-
-
Lily Ballard authored
This prevents spaces or other metacharacters from causing nix-shell to execute the wrong path. Fixes #4229.
-
- Nov 09, 2020
-
-
Sebastian Ullrich authored
-
Sebastian Ullrich authored
Co-authored-by:
Théophane Hufschmitt <regnat@users.noreply.github.com>
-
Sebastian Ullrich authored
-
- Sep 03, 2020
-
-
Eelco Dolstra authored
All GC roots are now indirect.
-
- Jul 03, 2020
-
-
Eelco Dolstra authored
-
- Jul 02, 2020
-
-
Eelco Dolstra authored
-
- Oct 27, 2019
-
-
Robert Hensing authored
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
-
- Jun 15, 2019
-
-
Eelco Dolstra authored
(cherry picked from commit c38c726e)
-
- May 07, 2019
-
-
Eelco Dolstra authored
-
- Aug 02, 2018
-
-
Samuel Dionne-Riel authored
Includes documentation and test.
-
- Apr 09, 2018
-
-
Samuel Dionne-Riel authored
... in the ruby shebang test.
-
- Apr 08, 2018
-
-
Samuel Dionne-Riel authored
The test fakes the interpreter only to verify the arguments it would be given.
-
- Mar 16, 2018
-
-
Linus Heckemann authored
This makes persistent shell environments easier to use.
-
- Nov 24, 2017
-
-
Eelco Dolstra authored
Fixes #1663. Also handle '!<output-name>' (#1694).
-
- Feb 24, 2017
-
-
Eelco Dolstra authored
The nix-shell fix in 668fef2e 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
-
- Jan 03, 2017
-
-
Eelco Dolstra authored
"i < argc - 1" should be "i < argc".
-
Tuomas Tynkkynen authored
nix-shell -A, -p and -i are lightly tested.
-