Loading pkgs/development/compilers/dotnet/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 { }; Loading pkgs/top-level/all-packages.nix +1 −2 Original line number Diff line number Diff line Loading @@ -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 { }; Loading
pkgs/development/compilers/dotnet/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 { }; Loading
pkgs/top-level/all-packages.nix +1 −2 Original line number Diff line number Diff line Loading @@ -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 { };