mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
recyclarr: disable parallel building
This commit is contained in:
parent
2d33d5c778
commit
699b182349
@ -40,6 +40,8 @@ buildDotnetModule (finalAttrs: {
|
||||
'';
|
||||
patches = [ ./001-Git-Version.patch ];
|
||||
|
||||
enableParallelBuilding = false;
|
||||
|
||||
dotnetRestoreFlags = [ "--configfile=${nuget-config}" ];
|
||||
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user