diff options
author | Naïm Favier | 2022-03-27 16:48:33 +0200 |
---|---|---|
committer | Naïm Favier | 2022-03-27 16:48:33 +0200 |
commit | 9f5796be499b061cee78bd7afb747ae8025a5cab (patch) | |
tree | db556f6ec594af5db9d6eb29f0d39ce697ee61c9 /lib/default.nix | |
parent | d6bc4f2a9ceb5c092898c2055bbaeb81b108bc5e (diff) |
lib/trivial: actually expose warnIfNot and throwIf
Diffstat (limited to 'lib/default.nix')
-rw-r--r-- | lib/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix index 0e94e821bea5..1f06283790a8 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -66,7 +66,7 @@ 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 throwIfNot checkListOfEnum + importJSON importTOML warn warnIf warnIfNot throwIf throwIfNot checkListOfEnum info showWarnings nixpkgsVersion version isInOldestRelease mod compare splitByAndCompare functionArgs setFunctionArgs isFunction toFunction |