Don't replace the shebang in nix-wrap

This commit is contained in:
Rodrigo Arias Mallo 2023-09-07 11:00:16 +02:00
parent 8597bb97ab
commit 6122fef927

View File

@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
dontUnpack = true;
dontConfigure = true;
dontBuild = true;
dontPatchShebangs = true;
NIX_DEBUG = 0;
installPhase = ''