diff options
| author | K900 <me@0upti.me> | 2023-03-28 10:13:16 +0300 |
|---|---|---|
| committer | K900 <me@0upti.me> | 2023-03-28 10:13:16 +0300 |
| commit | 64558a3bfe73a40ba4add048e3ec586e7ff567c3 (patch) | |
| tree | cc2196dba574a6c0719c4e8fbc9131863c7d14ab /modules | |
| parent | ef682105787115e2488c8dac90017ecd228ebdbf (diff) | |
fix: fix typo
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/wsl-distro.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/wsl-distro.nix b/modules/wsl-distro.nix index e0cac7a..afcd131 100644 --- a/modules/wsl-distro.nix +++ b/modules/wsl-distro.nix @@ -4,7 +4,7 @@ with lib; let bashWrapper = pkgs.writeShellScriptBin "sh" '' - . ${config.system.build.etc}/set-environment + . ${config.system.build.etc}/etc/set-environment exec ${pkgs.bashInteractive}/bin/sh "$@" ''; |
