Skip to content

Commit

Permalink
lib: drop deprecated booleans lib
Browse files Browse the repository at this point in the history
somehow slipped checks because lazy eval
  • Loading branch information
NotAShelf committed Feb 13, 2024
1 parent 3c61c8e commit 1bc9ec9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/default.nix
Original file line number Diff line number Diff line change
@@ -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;};
Expand Down

0 comments on commit 1bc9ec9

Please sign in to comment.