From 25654828c058889fe4fad7319209af20f15baf45 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 14 Jun 2024 23:54:37 +0800 Subject: [PATCH] bahaghari/lib: add `optionalNull` to top-level --- subprojects/bahaghari/lib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/bahaghari/lib/default.nix b/subprojects/bahaghari/lib/default.nix index f247b026..7f370a92 100644 --- a/subprojects/bahaghari/lib/default.nix +++ b/subprojects/bahaghari/lib/default.nix @@ -45,7 +45,7 @@ pkgs.lib.makeExtensible inherit (self.trivial) importYAML toYAML toBaseDigitsWithGlyphs generateGlyphSet generateConversionTable generateBaseDigitType clamp - isNumber scale; + isNumber scale optionalNull; inherit (self.hex) isHexString; inherit (self.math) abs pow percentage factorial floor ceil round round'