summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-02-01 11:03:18 +0100
committerGitHub <noreply@github.com>2023-02-01 11:03:18 +0100
commitdc99645373ffee8759f28cd81ed73050d1fcc2b4 (patch)
tree9c6deeb97f3f2e75c6b3a7b252b3d6268f678fd5 /modules
parent0487b4de4abc076d36325684226ea3bb312b88f8 (diff)
parente8075d17a2a5e1c6d03c475ff971165304ed0639 (diff)
Merge pull request #209 from nix-community/wslpath-cleanup
Remove wslpath from systemPackages
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