Loading lib/attrsets.nix +2 −3 Original line number Diff line number Diff line Loading @@ -4,9 +4,8 @@ { lib }: let inherit (builtins) head length typeOf; inherit (lib.asserts) assertMsg; inherit (lib.trivial) oldestSupportedReleaseIsAtLeast mergeAttrs; inherit (builtins) head length; inherit (lib.trivial) mergeAttrs; inherit (lib.strings) concatStringsSep concatMapStringsSep Loading lib/customisation.nix +0 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ let take length filterAttrs optionalString flip head pipe Loading lib/deprecated/misc.nix +0 −6 Original line number Diff line number Diff line Loading @@ -6,26 +6,20 @@ let any attrByPath attrNames compare concat concatMap elem filter foldl foldr genericClosure head imap1 init isAttrs isFunction isInt isList lists listToAttrs mapAttrs mergeAttrs meta nameValuePair tail toList Loading lib/fileset/internal.nix +0 −8 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ let isAttrs isPath isString nixVersion pathExists readDir split Loading @@ -21,7 +20,6 @@ let attrValues mapAttrs mapAttrsToList optionalAttrs zipAttrsWith ; Loading @@ -48,7 +46,6 @@ let append splitRoot hasStorePathPrefix splitStorePath ; inherit (lib.path.subpath) Loading @@ -62,11 +59,6 @@ let substring stringLength hasSuffix versionAtLeast ; inherit (lib.trivial) inPureEvalMode ; in # Rare case of justified usage of rec: Loading lib/filesystem.nix +0 −2 Original line number Diff line number Diff line Loading @@ -7,14 +7,12 @@ # Tested in lib/tests/filesystem.sh let inherit (builtins) readDir pathExists toString ; inherit (lib.filesystem) pathIsDirectory pathIsRegularFile pathType packagesFromDirectoryRecursive ; Loading Loading
lib/attrsets.nix +2 −3 Original line number Diff line number Diff line Loading @@ -4,9 +4,8 @@ { lib }: let inherit (builtins) head length typeOf; inherit (lib.asserts) assertMsg; inherit (lib.trivial) oldestSupportedReleaseIsAtLeast mergeAttrs; inherit (builtins) head length; inherit (lib.trivial) mergeAttrs; inherit (lib.strings) concatStringsSep concatMapStringsSep Loading
lib/customisation.nix +0 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ let take length filterAttrs optionalString flip head pipe Loading
lib/deprecated/misc.nix +0 −6 Original line number Diff line number Diff line Loading @@ -6,26 +6,20 @@ let any attrByPath attrNames compare concat concatMap elem filter foldl foldr genericClosure head imap1 init isAttrs isFunction isInt isList lists listToAttrs mapAttrs mergeAttrs meta nameValuePair tail toList Loading
lib/fileset/internal.nix +0 −8 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ let isAttrs isPath isString nixVersion pathExists readDir split Loading @@ -21,7 +20,6 @@ let attrValues mapAttrs mapAttrsToList optionalAttrs zipAttrsWith ; Loading @@ -48,7 +46,6 @@ let append splitRoot hasStorePathPrefix splitStorePath ; inherit (lib.path.subpath) Loading @@ -62,11 +59,6 @@ let substring stringLength hasSuffix versionAtLeast ; inherit (lib.trivial) inPureEvalMode ; in # Rare case of justified usage of rec: Loading
lib/filesystem.nix +0 −2 Original line number Diff line number Diff line Loading @@ -7,14 +7,12 @@ # Tested in lib/tests/filesystem.sh let inherit (builtins) readDir pathExists toString ; inherit (lib.filesystem) pathIsDirectory pathIsRegularFile pathType packagesFromDirectoryRecursive ; Loading