recyclarr: disable parallel building

This commit is contained in:
Ivan Trubach 2024-09-04 00:15:31 +03:00
parent 2d33d5c778
commit 699b182349

View File

@ -40,6 +40,8 @@ buildDotnetModule (finalAttrs: {
'';
patches = [ ./001-Git-Version.patch ];
enableParallelBuilding = false;
dotnetRestoreFlags = [ "--configfile=${nuget-config}" ];
doCheck = false;