mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 14:55:59 +01: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}: {
|
{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;};
|
||||||
|
|
Loading…
Reference in a new issue