buildDotnetModule: move to pkgs/build-support/dotnet

This commit is contained in:
Ivar Scholten 2022-02-11 16:35:53 +01:00
parent 6321c75b5f
commit d31d2aab0e
2 changed files with 1 additions and 1 deletions

View File

@ -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 { };