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:10 +0100
committerBob van der Linden <bobvanderlinden@gmail.com>2019-03-20 00:01:45 +0100
commitbad7d82487633af6c3c6406b2c0830a955764925 (patch)
treed2ca900a5b8f08a9dc56cc5e9c1f7da74c621d4e /nixos/modules/programs
parentc18bb57627a87c6f03877386ecbc2e22d81d8afd (diff)
downloadnixpkgs-bad7d82487633af6c3c6406b2c0830a955764925.tar
nixpkgs-bad7d82487633af6c3c6406b2c0830a955764925.tar.gz
nixpkgs-bad7d82487633af6c3c6406b2c0830a955764925.tar.bz2
nixpkgs-bad7d82487633af6c3c6406b2c0830a955764925.tar.lz
nixpkgs-bad7d82487633af6c3c6406b2c0830a955764925.tar.xz
nixpkgs-bad7d82487633af6c3c6406b2c0830a955764925.tar.zst
nixpkgs-bad7d82487633af6c3c6406b2c0830a955764925.zip
nixos/bash: do not use /var/run
Diffstat (limited to 'nixos/modules/programs')
-rw-r--r--nixos/modules/programs/bash/bash.nix2
1 files changed, 0 insertions, 2 deletions
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"
       ];