We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b7a380 + b634514 commit 0e209ecCopy full SHA for 0e209ec
pkgs/build-support/prefer-remote-fetch/default.nix
@@ -23,4 +23,5 @@ self: super: {
23
fetchs3 = args: super.fetchs3 ({ preferLocalBuild = false; } // args);
24
fetchsvn = args: super.fetchsvn ({ preferLocalBuild = false; } // args);
25
fetchurl = args: super.fetchurl ({ preferLocalBuild = false; } // args);
26
+ mkNugetSource = args: super.mkNugetSource ({ preferLocalBuild = false; } // args);
27
}
0 commit comments