forked from mirrors/nixpkgs
nixos/bash: do not use /var/run
This commit is contained in:
parent
c18bb57627
commit
bad7d82487
|
@ -226,9 +226,7 @@ in
|
|||
|
||||
environment.shells =
|
||||
[ "/run/current-system/sw/bin/bash"
|
||||
"/var/run/current-system/sw/bin/bash"
|
||||
"/run/current-system/sw/bin/sh"
|
||||
"/var/run/current-system/sw/bin/sh"
|
||||
"${pkgs.bashInteractive}/bin/bash"
|
||||
"${pkgs.bashInteractive}/bin/sh"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue