Commit e5cb52bd authored by David McFarland's avatar David McFarland
Browse files

buildDotnetGlobalTool: move into dotnetCorePackages

parent 5b31367e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -52,6 +52,8 @@ makeScopeWithSplicing' {
      nugetPackageHook = callPackage ./nuget-package-hook.nix {};

      buildDotnetModule = callPackage ../../../build-support/dotnet/build-dotnet-module { };
      buildDotnetGlobalTool = callPackage ../../../build-support/dotnet/build-dotnet-global-tool { };

      mkNugetSource = callPackage ../../../build-support/dotnet/make-nuget-source { };
      mkNugetDeps = callPackage ../../../build-support/dotnet/make-nuget-deps { };
      fetchNupkg = callPackage ../../../build-support/dotnet/fetch-nupkg { };
+1 −3
Original line number Diff line number Diff line
@@ -879,9 +879,7 @@ with pkgs;
  dotnet-aspnetcore = dotnetCorePackages.aspnetcore_6_0;
  nuget-to-nix = callPackage ../build-support/dotnet/nuget-to-nix { };
  inherit (dotnetCorePackages) buildDotnetModule mkNugetSource mkNugetDeps;
  buildDotnetGlobalTool = callPackage ../build-support/dotnet/build-dotnet-global-tool { };
  inherit (dotnetCorePackages) buildDotnetModule buildDotnetGlobalTool mkNugetSource mkNugetDeps;
  fsautocomplete = callPackage ../development/tools/fsautocomplete { };