summaryrefslogtreecommitdiff
path: root/lib/default.nix
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2024-06-20 18:57:10 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2024-06-20 22:48:54 +0200
commite3b0f46af9d0c57661e5a85e8482ecbdee1d6ed8 (patch)
tree15f334643b06862f2040593f40372cd3f54f6e3c /lib/default.nix
parentlib.pathExists: inherit from lib.trivial (diff)
downloadnixpkgs-e3b0f46af9d0c57661e5a85e8482ecbdee1d6ed8.tar.gz
lib.genericClosure: inherit from lib.trivial
Diffstat (limited to 'lib/default.nix')
-rw-r--r--lib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/default.nix b/lib/default.nix
index 2136e831563a..dc85dd57e024 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -65,7 +65,6 @@ let
kernel = callLibs ./kernel.nix;
inherit (builtins) addErrorContext
- genericClosure
isPath
readFile replaceStrings
trace;
@@ -75,7 +74,8 @@ let
info showWarnings nixpkgsVersion version isInOldestRelease
mod compare splitByAndCompare seq deepSeq lessThan add sub
functionArgs setFunctionArgs isFunction toFunction mirrorFunctionArgs
- toHexString toBaseDigits inPureEvalMode isBool isInt pathExists;
+ toHexString toBaseDigits inPureEvalMode isBool isInt pathExists
+ genericClosure;
inherit (self.fixedPoints) fix fix' converge extends composeExtensions
composeManyExtensions makeExtensible makeExtensibleWithCustomName;
inherit (self.attrsets) attrByPath hasAttrByPath setAttrByPath