nuget-to-nix: move to pkgs/build-support/dotnet
This commit is contained in:
parent
b2b29319de
commit
1878b7b1b2
@ -658,7 +658,7 @@ with pkgs;
|
||||
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 { };
|
||||
nuget-to-nix = callPackage ../build-support/dotnet/nuget-to-nix { };
|
||||
|
||||
fetchgx = callPackage ../build-support/fetchgx { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user