summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2024-06-20 18:51:34 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2024-06-20 22:48:02 +0200
commit53744d55cdb9e78e18bf2567707c61a00fb202a7 (patch)
tree8683635faf88e9cbfae901755db0a27211c64237 /lib
parentlib.hasAttr: inherit from lib.attrsets (diff)
downloadnixpkgs-53744d55cdb9e78e18bf2567707c61a00fb202a7.tar.gz
lib.isAttrs: inherit from lib.attrsets
Diffstat (limited to 'lib')
-rw-r--r--lib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/default.nix b/lib/default.nix
index f3bede7a827c..952474061bf3 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -66,7 +66,7 @@ let
inherit (builtins) addErrorContext
genericClosure getAttr
- isAttrs isBool isInt isList isPath isString
+ isBool isInt isList isPath isString
pathExists readFile replaceStrings
trace;
inherit (self.trivial) id const pipe concat or and xor bitAnd bitOr bitXor
@@ -87,7 +87,7 @@ let
recursiveUpdate matchAttrs mergeAttrsList overrideExisting showAttrPath getOutput
getBin getLib getDev getMan chooseDevOutputs zipWithNames zip
recurseIntoAttrs dontRecurseIntoAttrs cartesianProduct cartesianProductOfSets
- mapCartesianProduct updateManyAttrsByPath listToAttrs hasAttr intersectAttrs removeAttrs;
+ mapCartesianProduct updateManyAttrsByPath listToAttrs hasAttr isAttrs intersectAttrs removeAttrs;
inherit (self.lists) singleton forEach map foldr fold foldl foldl' imap0 imap1
filter ifilter0 concatMap flatten remove findSingle findFirst any all count
optional optionals toList range replicate partition zipListsWith zipLists