lib/trivial: add assertMsg

This commit is contained in:
Profpatsch
2018-09-06 18:14:27 +02:00
parent fc2c606a7a
commit 0e2aa97f3a
2 changed files with 22 additions and 1 deletions
+2 -1
View File
@@ -59,7 +59,8 @@ let
inherit (trivial) id const concat or and bitAnd bitOr bitXor bitNot
boolToString mergeAttrs flip mapNullable inNixShell min max
importJSON warn info nixpkgsVersion version mod compare
splitByAndCompare functionArgs setFunctionArgs isFunction;
splitByAndCompare functionArgs setFunctionArgs isFunction
assertMsg;
inherit (fixedPoints) fix fix' extends composeExtensions
makeExtensible makeExtensibleWithCustomName;