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/bash/bash.nix') diff --git a/nixos/modules/programs/bash/bash.nix b/nixos/modules/programs/bash/bash.nix index d53c6b318f1..27b5f9e4b64 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 1.4.1