summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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