From 45d43a64727d7e4ec93fa3f194a1d13fb137c374 Mon Sep 17 00:00:00 2001 From: Bob van der Linden Date: Wed, 19 Dec 2018 22:34:19 +0100 Subject: nixos/fish: do not use /var/run --- nixos/modules/programs/fish.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nixos/modules/programs') 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" ]; -- cgit v1.2.3