mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
clean up lib
This commit is contained in:
parent
4442408ee3
commit
fbd08add99
7 changed files with 12 additions and 55 deletions
7
lib/types/default.nix
Normal file
7
lib/types/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{lib}: let
|
||||
typesDag = import ./dag.nix {inherit lib;};
|
||||
typesPlugin = import ./plugins.nix {inherit lib;};
|
||||
in {
|
||||
inherit (typesDag) dagOf;
|
||||
inherit (typesPlugin) pluginsOpt;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue