nixos/fish: do not use /var/run
This commit is contained in:
parent
bad7d82487
commit
45d43a6472
|
@ -232,7 +232,6 @@ in
|
|||
|
||||
environment.shells = [
|
||||
"/run/current-system/sw/bin/fish"
|
||||
"/var/run/current-system/sw/bin/fish"
|
||||
"${pkgs.fish}/bin/fish"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue