buildDotnetModule: move to pkgs/build-support/dotnet
This commit is contained in:
parent
6321c75b5f
commit
d31d2aab0e
@ -657,7 +657,7 @@ with pkgs;
|
||||
|
||||
fetchNuGet = callPackage ../build-support/fetchnuget { };
|
||||
buildDotnetPackage = callPackage ../build-support/build-dotnet-package { };
|
||||
buildDotnetModule = callPackage ../build-support/build-dotnet-module { };
|
||||
buildDotnetModule = callPackage ../build-support/dotnet/build-dotnet-module { };
|
||||
nuget-to-nix = callPackage ../build-support/nuget-to-nix { };
|
||||
|
||||
fetchgx = callPackage ../build-support/fetchgx { };
|
||||
|
Loading…
Reference in New Issue
Block a user