nvf/lib/types/default.nix

8 lines
181 B
Nix
Raw Normal View History

2023-03-31 14:42:15 +00:00
{lib}: let
typesDag = import ./dag.nix {inherit lib;};
typesPlugin = import ./plugins.nix {inherit lib;};
in {
inherit (typesDag) dagOf;
inherit (typesPlugin) pluginsOpt;
}