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