diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2023-02-01 11:03:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-01 11:03:18 +0100 |
| commit | dc99645373ffee8759f28cd81ed73050d1fcc2b4 (patch) | |
| tree | 9c6deeb97f3f2e75c6b3a7b252b3d6268f678fd5 | |
| parent | 0487b4de4abc076d36325684226ea3bb312b88f8 (diff) | |
| parent | e8075d17a2a5e1c6d03c475ff971165304ed0639 (diff) | |
Merge pull request #209 from nix-community/wslpath-cleanup
Remove wslpath from systemPackages
| -rw-r--r-- | modules/wsl-distro.nix | 7 |
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 |
