summary refs log tree commit diff
path: root/modules/config/shells.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/config/shells.nix')
-rw-r--r--modules/config/shells.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/config/shells.nix b/modules/config/shells.nix
index 6286223752a9..b0a946a8e6ec 100644
--- a/modules/config/shells.nix
+++ b/modules/config/shells.nix
@@ -13,6 +13,7 @@ with pkgs.lib;
       { target = "shells";
         source = pkgs.writeText "shells"
           ''
+            /run/current-system/sw/bin/bash
             /var/run/current-system/sw/bin/bash
             /bin/sh
           '';