From 74c87fd8888d220c65ddfdcdfbc9b88daa571b68 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Thu, 20 Jun 2024 18:36:42 +0200 Subject: lib.lessThan: inherit from lib.trivial --- lib/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/default.nix b/lib/default.nix index 0314cc19fce8d..f7a42f8a0c29e 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 + 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 seq + mod compare splitByAndCompare seq lessThan functionArgs setFunctionArgs isFunction toFunction mirrorFunctionArgs toHexString toBaseDigits inPureEvalMode; inherit (self.fixedPoints) fix fix' converge extends composeExtensions -- cgit 1.4.1