mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 20:28:52 +00:00
fetchNuGet: move to pkgs/build-support/dotnet
This commit is contained in:
parent
8910db35ea
commit
b2b29319de
@ -655,7 +655,7 @@ with pkgs;
|
||||
|
||||
fetchFromRepoOrCz = callPackage ../build-support/fetchrepoorcz {};
|
||||
|
||||
fetchNuGet = callPackage ../build-support/fetchnuget { };
|
||||
fetchNuGet = callPackage ../build-support/dotnet/fetchnuget { };
|
||||
buildDotnetPackage = callPackage ../build-support/dotnet/build-dotnet-package { };
|
||||
buildDotnetModule = callPackage ../build-support/dotnet/build-dotnet-module { };
|
||||
nuget-to-nix = callPackage ../build-support/nuget-to-nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user