From e8075d17a2a5e1c6d03c475ff971165304ed0639 Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 30 Jan 2023 15:12:43 +0100 Subject: Remove wslpath from systemPackages wslpath is now always symlinked to /bin/wslpath where WSL hardcodes the path to when booting. --- modules/wsl-distro.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'modules') diff --git a/modules/wsl-distro.nix b/modules/wsl-distro.nix index e88684c..4c23495 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 - '') - ]; }; networking.dhcpcd.enable = false; -- cgit v1.2.3