mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
dotnet: disable restore in test project creation
This commit is contained in:
parent
2c97d67f62
commit
3fb0ab6f59
@ -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…
Reference in New Issue
Block a user