3
0
Fork 0
forked from mirrors/nixpkgs

nixos/fish: do not use /var/run

This commit is contained in:
Bob van der Linden 2018-12-19 22:34:19 +01:00
parent bad7d82487
commit 45d43a6472

View file

@ -232,7 +232,6 @@ in
environment.shells = [
"/run/current-system/sw/bin/fish"
"/var/run/current-system/sw/bin/fish"
"${pkgs.fish}/bin/fish"
];