Loading pkgs/tools/package-management/nix/vendor/2_26/packaging/components.nix +12 −0 Original line number Diff line number Diff line Loading @@ -414,5 +414,17 @@ in */ overrideSource = src: (scope.overrideSource src).nix-everything; /** Override any internals of the Nix package set. Single argument: the extension function to apply to the package set (finalScope: prevScope: { ... }) Example: ``` overrideScope (finalScope: prevScope: { aws-sdk-cpp = null; }) ``` */ overrideScope = f: (scope.overrideScope f).nix-everything; }; } Loading
pkgs/tools/package-management/nix/vendor/2_26/packaging/components.nix +12 −0 Original line number Diff line number Diff line Loading @@ -414,5 +414,17 @@ in */ overrideSource = src: (scope.overrideSource src).nix-everything; /** Override any internals of the Nix package set. Single argument: the extension function to apply to the package set (finalScope: prevScope: { ... }) Example: ``` overrideScope (finalScope: prevScope: { aws-sdk-cpp = null; }) ``` */ overrideScope = f: (scope.overrideScope f).nix-everything; }; }