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

mkNugetSource/Deps: move into dotnetCorePackages

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

      mkNugetSource = callPackage ../../../build-support/dotnet/make-nuget-source { };
      mkNugetDeps = callPackage ../../../build-support/dotnet/make-nuget-deps { };

      dotnet_8 = recurseIntoAttrs (callPackage ./8 { bootstrapSdk = dotnet_8_0.sdk_8_0_1xx; });
      dotnet_9 = recurseIntoAttrs (callPackage ./9 {});
    } // lib.optionalAttrs config.allowAliases {
+1 −2
Original line number Diff line number Diff line
@@ -880,8 +880,7 @@ with pkgs;
  buildDotnetModule = callPackage ../build-support/dotnet/build-dotnet-module { };
  nuget-to-nix = callPackage ../build-support/dotnet/nuget-to-nix { };
  mkNugetSource = callPackage ../build-support/dotnet/make-nuget-source { };
  mkNugetDeps = (newScope dotnetCorePackages) ../build-support/dotnet/make-nuget-deps { };
  inherit (dotnetCorePackages) mkNugetSource mkNugetDeps;
  buildDotnetGlobalTool = callPackage ../build-support/dotnet/build-dotnet-global-tool { };