lix/src
Eelco Dolstra 27be54ca53 nix develop: Ignore stdenv's $SHELL
Stdenv sets this to a bash that doesn't have readline/completion
support, so running 'nix (develop|shell)' inside a 'nix develop' gives
you a crippled shell. So let's just ignore the derivation's $SHELL.

This could break interactive use of build phases that use $SHELL, but
they appear to be fairly rare.
2022-09-06 18:27:39 +02:00
..
build-remote
libcmd Merge pull request #6968 from fricklerhandwerk/man-no-weblinks 2022-08-29 08:46:35 +02:00
libexpr Revert "Merge pull request #6621 from Kha/nested-follows" 2022-09-01 15:26:19 +02:00
libfetchers Don't pass --force to 'git add' 2022-08-17 16:59:02 +02:00
libmain Remove some signals 2022-09-06 09:47:53 -05:00
libstore Don’t readDerivation if impure derivations feature is disabled 2022-09-02 11:46:34 -05:00
libutil Fix progress bar flicker with -L 2022-08-24 22:36:40 +02:00
nix nix develop: Ignore stdenv's $SHELL 2022-09-06 18:27:39 +02:00
nix-build nix-shell: specify which outputs from bashInteractive to build 2022-08-09 22:54:22 -04:00
nix-channel
nix-collect-garbage
nix-copy-closure
nix-env Revert to copyStore = true for nix-instantiate and nix-env 2022-08-23 14:40:27 +02:00
nix-instantiate Revert to copyStore = true for nix-instantiate and nix-env 2022-08-23 14:40:27 +02:00
nix-store Fix a misplaced parenthese in serve protocol check 2022-08-24 01:54:43 +02:00
resolve-system-dependencies
toml11