mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 13:20:44 +00:00
lib: drop deprecated booleans lib
somehow slipped checks because lazy eval
This commit is contained in:
parent
3c61c8e419
commit
1bc9ec96c1
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
{lib}: {
|
||||
dag = import ./dag.nix {inherit lib;};
|
||||
booleans = import ./booleans.nix {inherit lib;};
|
||||
types = import ./types {inherit lib;};
|
||||
languages = import ./languages.nix {inherit lib;};
|
||||
lua = import ./lua.nix {inherit lib;};
|
||||
|
|
Loading…
Reference in a new issue