mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos: Move uses of stdenv.shell to runtimeShell.
This commit is contained in:
parent
e70f61f5a1
commit
fec543436d
41 changed files with 57 additions and 57 deletions
|
@ -18,7 +18,7 @@ let
|
|||
hooksDir = let
|
||||
mkHookEntry = name: value: ''
|
||||
cat > $out/${name} <<EOF
|
||||
#! ${pkgs.stdenv.shell}
|
||||
#! ${pkgs.runtimeShell}
|
||||
set -e
|
||||
${value}
|
||||
EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue