lib: improve types/checks
This commit is contained in:
parent
10c1ed7ecb
commit
a30e2a0bc1
5 changed files with 87 additions and 21 deletions
|
|
@ -22,7 +22,7 @@
|
|||
};
|
||||
utils = import ./color/utils.nix {
|
||||
inherit (ook-lib) math;
|
||||
inherit types translate;
|
||||
inherit check types translate;
|
||||
};
|
||||
in {
|
||||
inherit check types translate utils;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue