mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
bahaghari/lib: add optionalNull
to top-level
This commit is contained in:
parent
e119d84731
commit
25654828c0
@ -45,7 +45,7 @@ pkgs.lib.makeExtensible
|
|||||||
|
|
||||||
inherit (self.trivial) importYAML toYAML toBaseDigitsWithGlyphs
|
inherit (self.trivial) importYAML toYAML toBaseDigitsWithGlyphs
|
||||||
generateGlyphSet generateConversionTable generateBaseDigitType clamp
|
generateGlyphSet generateConversionTable generateBaseDigitType clamp
|
||||||
isNumber scale;
|
isNumber scale optionalNull;
|
||||||
|
|
||||||
inherit (self.hex) isHexString;
|
inherit (self.hex) isHexString;
|
||||||
inherit (self.math) abs pow percentage factorial floor ceil round round'
|
inherit (self.math) abs pow percentage factorial floor ceil round round'
|
||||||
|
Loading…
Reference in New Issue
Block a user