about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2024-06-20 18:47:59 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2024-06-20 22:47:01 +0200
commitf341dca2a24c0deefea5eb6ed1e4cf0b3392fec9 (patch)
treeb044182058d35d6c288364742475fa844377c8aa /lib
parent8a6941dbef24b2172e52f291045c22e175e7a9d7 (diff)
lib.deepSeq: inherit from lib.trivial
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 a322f9cd1434c..33d56a52dced2 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -65,7 +65,7 @@ let
     kernel = callLibs ./kernel.nix;
 
     inherit (builtins) addErrorContext
-      deepSeq elem elemAt genericClosure getAttr
+      elem elemAt genericClosure getAttr
       hasAttr isAttrs isBool isInt isList isPath isString
       pathExists readFile replaceStrings
       trace;
@@ -73,7 +73,7 @@ let
       bitNot boolToString mergeAttrs flip mapNullable inNixShell isFloat min max
       importJSON importTOML warn warnIf warnIfNot throwIf throwIfNot checkListOfEnum
       info showWarnings nixpkgsVersion version isInOldestRelease
-      mod compare splitByAndCompare seq lessThan add sub
+      mod compare splitByAndCompare seq deepSeq lessThan add sub
       functionArgs setFunctionArgs isFunction toFunction mirrorFunctionArgs
       toHexString toBaseDigits inPureEvalMode;
     inherit (self.fixedPoints) fix fix' converge extends composeExtensions