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

View file

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