about summary refs log tree commit diff
path: root/lib/default.nix
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2022-01-09 19:12:27 -0300
committerJosé Romildo <malaquias@gmail.com>2022-01-09 19:21:08 -0300
commit4fc67da841d1c80b8d774a7b8c8e6baf13f9496e (patch)
tree546f91d9662ba677506a63ba3482a89b63170d33 /lib/default.nix
parent2ac65dd85b7fbe81b88e3c2a80d351aba4c4a9d8 (diff)
lib.checkListOfEnum: init
Diffstat (limited to 'lib/default.nix')
-rw-r--r--lib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix
index fe5d2db0db8f3..2dfe62e82a8b1 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
+      importJSON importTOML warn warnIf throwIfNot checkListOfEnum
       info showWarnings nixpkgsVersion version
       mod compare splitByAndCompare functionArgs setFunctionArgs isFunction
       toHexString toBaseDigits;