clean up lib

This commit is contained in:
NotAShelf 2023-03-31 17:42:15 +03:00
commit fbd08add99
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
7 changed files with 12 additions and 55 deletions

View file

@ -1,5 +1,5 @@
{lib}: {
dag = import ./dag.nix {inherit lib;};
booleans = import ./booleans.nix {inherit lib;};
types = import ./types.nix {inherit lib;};
types = import ./types {inherit lib;};
}