Revert "scarab: remove nuget patch"

This reverts commit 7cd9f93223.
This commit is contained in:
David McFarland
2024-12-05 11:43:32 -04:00
parent d343c85889
commit 8fb55a6eb9
+6
View File
@@ -31,6 +31,12 @@ buildDotnetModule rec {
--replace-fail 'net6.0' 'net8.0'
'';
preConfigureNuGet = ''
# This should really be in the upstream nuget.config
dotnet nuget add source https://api.nuget.org/v3/index.json \
-n nuget.org --configfile NuGet.Config
'';
runtimeDeps = [
bc
];