Loading pkgs/development/compilers/dotnet/common.nix +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ stdenv.mkDerivation ( unpackPhase = '' mkdir test cd test dotnet new ${template} -o . dotnet new ${template} -o . --no-restore ''; buildPhase = build; dontPatchELF = true; Loading Loading
pkgs/development/compilers/dotnet/common.nix +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ stdenv.mkDerivation ( unpackPhase = '' mkdir test cd test dotnet new ${template} -o . dotnet new ${template} -o . --no-restore ''; buildPhase = build; dontPatchELF = true; Loading