Commit 5b31367e authored by David McFarland's avatar David McFarland
Browse files

buildDotnetModule: move into dotnetCorePackages

parent 9a0be2fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ makeScopeWithSplicing' {
      patchNupkgs = callPackage ./patch-nupkgs.nix {};
      nugetPackageHook = callPackage ./nuget-package-hook.nix {};

      buildDotnetModule = callPackage ../../../build-support/dotnet/build-dotnet-module { };
      mkNugetSource = callPackage ../../../build-support/dotnet/make-nuget-source { };
      mkNugetDeps = callPackage ../../../build-support/dotnet/make-nuget-deps { };
      fetchNupkg = callPackage ../../../build-support/dotnet/fetch-nupkg { };
+1 −2
Original line number Diff line number Diff line
@@ -878,9 +878,8 @@ with pkgs;
  dotnet-runtime = dotnetCorePackages.runtime_6_0;
  dotnet-aspnetcore = dotnetCorePackages.aspnetcore_6_0;
  buildDotnetModule = callPackage ../build-support/dotnet/build-dotnet-module { };
  nuget-to-nix = callPackage ../build-support/dotnet/nuget-to-nix { };
  inherit (dotnetCorePackages) mkNugetSource mkNugetDeps;
  inherit (dotnetCorePackages) buildDotnetModule mkNugetSource mkNugetDeps;
  buildDotnetGlobalTool = callPackage ../build-support/dotnet/build-dotnet-global-tool { };