From bad7d82487633af6c3c6406b2c0830a955764925 Mon Sep 17 00:00:00 2001 From: Bob van der Linden Date: Wed, 19 Dec 2018 22:34:10 +0100 Subject: nixos/bash: do not use /var/run --- nixos/modules/programs/bash/bash.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'nixos/modules/programs') diff --git a/nixos/modules/programs/bash/bash.nix b/nixos/modules/programs/bash/bash.nix index d53c6b318f1d..27b5f9e4b642 100644 --- a/nixos/modules/programs/bash/bash.nix +++ b/nixos/modules/programs/bash/bash.nix @@ -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" ]; -- cgit v1.2.3 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 From 8f6aaa8b789f71d70d7536f9524b80a081cd831c Mon Sep 17 00:00:00 2001 From: Bob van der Linden Date: Wed, 19 Dec 2018 22:34:30 +0100 Subject: nixos/xonsh: do not use /var/run --- nixos/modules/programs/xonsh.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nixos/modules/programs') diff --git a/nixos/modules/programs/xonsh.nix b/nixos/modules/programs/xonsh.nix index f967ca82ac8c..ceab9b5db931 100644 --- a/nixos/modules/programs/xonsh.nix +++ b/nixos/modules/programs/xonsh.nix @@ -50,7 +50,6 @@ in environment.shells = [ "/run/current-system/sw/bin/xonsh" - "/var/run/current-system/sw/bin/xonsh" "${pkgs.xonsh}/bin/xonsh" ]; -- cgit v1.2.3 From 9d4bc7900334e57c09d90f985a633b2a41025129 Mon Sep 17 00:00:00 2001 From: Bob van der Linden Date: Wed, 19 Dec 2018 22:34:38 +0100 Subject: nixos/zsh: do not use /var/run --- nixos/modules/programs/zsh/zsh.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nixos/modules/programs') diff --git a/nixos/modules/programs/zsh/zsh.nix b/nixos/modules/programs/zsh/zsh.nix index 164d8db5859a..90fd1c5b73ae 100644 --- a/nixos/modules/programs/zsh/zsh.nix +++ b/nixos/modules/programs/zsh/zsh.nix @@ -203,7 +203,6 @@ in environment.shells = [ "/run/current-system/sw/bin/zsh" - "/var/run/current-system/sw/bin/zsh" "${pkgs.zsh}/bin/zsh" ]; -- cgit v1.2.3