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:35:34 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2024-06-20 22:47:00 +0200
commit64e8494f8adf10de5604c0a555e196b2043632af (patch)
tree48c55b8e03d549802535fadbd6e365e94af43f10 /lib
parent597f62d78254c6cb4bf4f4e15a4aa8f001047d89 (diff)
lib.seq: 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 8c014cd0d9e56..0314cc19fce8d 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -67,13 +67,13 @@ let
     inherit (builtins) add addErrorContext
       deepSeq elem elemAt genericClosure getAttr
       hasAttr isAttrs isBool isInt isList isPath isString
-      lessThan pathExists readFile replaceStrings seq
+      lessThan pathExists readFile replaceStrings
       sub trace;
     inherit (self.trivial) id const pipe concat or and xor bitAnd bitOr bitXor
       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
+      mod compare splitByAndCompare seq
       functionArgs setFunctionArgs isFunction toFunction mirrorFunctionArgs
       toHexString toBaseDigits inPureEvalMode;
     inherit (self.fixedPoints) fix fix' converge extends composeExtensions