summaryrefslogtreecommitdiffstats
path: root/lib/default.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-12-22 13:05:55 +0100
committerRobert Hensing <robert@roberthensing.nl>2021-12-22 13:13:50 +0100
commitf2c5c706f47024fd477655fc34e883ce15172484 (patch)
tree167d3c3fa974291e9f24ead0d1ba473cdbfb316f /lib/default.nix
parentcf73196411928e1dfc6784a8a1c67a467533af4c (diff)
lib.throwIfNot: init
Diffstat (limited to 'lib/default.nix')
-rw-r--r--lib/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix
index 626a751cb10a..fe5d2db0db8f 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -66,7 +66,8 @@ let
stringLength sub substring tail trace;
inherit (self.trivial) id const pipe concat or and bitAnd bitOr bitXor
bitNot boolToString mergeAttrs flip mapNullable inNixShell isFloat min max
- importJSON importTOML warn warnIf info showWarnings nixpkgsVersion version
+ importJSON importTOML warn warnIf throwIfNot
+ info showWarnings nixpkgsVersion version
mod compare splitByAndCompare functionArgs setFunctionArgs isFunction
toHexString toBaseDigits;
inherit (self.fixedPoints) fix fix' converge extends composeExtensions