summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/wsl-distro.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/wsl-distro.nix b/modules/wsl-distro.nix
index 615da2f..f5b94ce 100644
--- a/modules/wsl-distro.nix
+++ b/modules/wsl-distro.nix
@@ -60,13 +60,6 @@ with lib; {
"resolv.conf".enable = false;
})
];
-
- systemPackages = [
- (pkgs.runCommand "wslpath" { } ''
- mkdir -p $out/bin
- ln -s /init $out/bin/wslpath
- '')
- ];
};
# dhcp is handled by windows