about summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorBob van der Linden <bobvanderlinden@gmail.com>2018-12-19 22:34:19 +0100
committerBob van der Linden <bobvanderlinden@gmail.com>2019-03-20 00:01:45 +0100
commit45d43a64727d7e4ec93fa3f194a1d13fb137c374 (patch)
tree708e447e57d02462929458d6c0b6516f0cc6f081 /nixos/modules/programs
parentbad7d82487633af6c3c6406b2c0830a955764925 (diff)
downloadnixlib-45d43a64727d7e4ec93fa3f194a1d13fb137c374.tar
nixlib-45d43a64727d7e4ec93fa3f194a1d13fb137c374.tar.gz
nixlib-45d43a64727d7e4ec93fa3f194a1d13fb137c374.tar.bz2
nixlib-45d43a64727d7e4ec93fa3f194a1d13fb137c374.tar.lz
nixlib-45d43a64727d7e4ec93fa3f194a1d13fb137c374.tar.xz
nixlib-45d43a64727d7e4ec93fa3f194a1d13fb137c374.tar.zst
nixlib-45d43a64727d7e4ec93fa3f194a1d13fb137c374.zip
nixos/fish: do not use /var/run
Diffstat (limited to 'nixos/modules/programs')
-rw-r--r--nixos/modules/programs/fish.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/programs/fish.nix b/nixos/modules/programs/fish.nix
index bcb5a3f341b5..622d2f96fe41 100644
--- a/nixos/modules/programs/fish.nix
+++ b/nixos/modules/programs/fish.nix
@@ -232,7 +232,6 @@ in
 
     environment.shells = [
       "/run/current-system/sw/bin/fish"
-      "/var/run/current-system/sw/bin/fish"
       "${pkgs.fish}/bin/fish"
     ];