Skip to content

Commit 1500487

Browse files
committed
interop: enable preserveArgvZero
Fixes interop with latest WSL versions
1 parent 80c18db commit 1500487

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/wsl-distro.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ with builtins; with lib;
6969
magicOrExtension = "MZ";
7070
interpreter = "/init";
7171
fixBinary = true;
72+
preserveArgvZero = true;
7273
};
7374
};
7475
};

0 commit comments

Comments
 (0)