From 77c38165dfb2c758950638aa08371d148bb170ec Mon Sep 17 00:00:00 2001 From: K900 Date: Mon, 6 Jun 2022 17:28:53 +0300 Subject: interop: disable wrapInterpreterInShell Removes overhead --- modules/wsl-distro.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/wsl-distro.nix b/modules/wsl-distro.nix index b81e142..58fbb5f 100644 --- a/modules/wsl-distro.nix +++ b/modules/wsl-distro.nix @@ -109,6 +109,7 @@ with builtins; with lib; { magicOrExtension = "MZ"; fixBinary = true; + wrapInterpreterInShell = false; inherit interpreter preserveArgvZero; }; }; -- cgit v1.2.3