lib: drop deprecated booleans lib

somehow slipped checks because lazy eval
This commit is contained in:
NotAShelf 2024-02-13 22:32:27 +03:00
parent 3c61c8e419
commit 1bc9ec96c1
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
1 changed files with 0 additions and 1 deletions

View File

@ -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;};