mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +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
|
@ -13,7 +13,7 @@ let
|
|||
|
||||
askPasswordWrapper = pkgs.writeScript "ssh-askpass-wrapper"
|
||||
''
|
||||
#! ${pkgs.stdenv.shell} -e
|
||||
#! ${pkgs.runtimeShell} -e
|
||||
export DISPLAY="$(systemctl --user show-environment | ${pkgs.gnused}/bin/sed 's/^DISPLAY=\(.*\)/\1/; t; d')"
|
||||
exec ${askPassword}
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue