Skip to content

Commit

Permalink
interop: disable wrapInterpreterInShell
Browse files Browse the repository at this point in the history
Removes overhead
  • Loading branch information
K900 committed Jun 6, 2022
1 parent f9682ac commit 7bddb74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/wsl-distro.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ with builtins; with lib;
{
magicOrExtension = "MZ";
fixBinary = true;
wrapInterpreterInShell = false;
inherit interpreter preserveArgvZero;
};
};
Expand Down

0 comments on commit 7bddb74

Please sign in to comment.