summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/wsl-distro.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/wsl-distro.nix b/modules/wsl-distro.nix
index afcd131..7e0bacc 100644
--- a/modules/wsl-distro.nix
+++ b/modules/wsl-distro.nix
@@ -4,6 +4,7 @@ with lib;
let
bashWrapper = pkgs.writeShellScriptBin "sh" ''
+ export PATH=${lib.makeBinPath [ pkgs.systemd pkgs.gnugrep ]}
. ${config.system.build.etc}/etc/set-environment
exec ${pkgs.bashInteractive}/bin/sh "$@"
'';