mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-27 21:41:29 +00:00
6 lines
197 B
Nix
6 lines
197 B
Nix
{lib}: {
|
|
dag = import ./dag.nix {inherit lib;};
|
|
booleans = import ./booleans.nix {inherit lib;};
|
|
types = import ./types {inherit lib;};
|
|
languages = import ./languages.nix {inherit lib;};
|
|
}
|