4 lines
93 B
Nix
4 lines
93 B
Nix
{doctrine, ...}: {
|
|
imports = builtins.attrValues (doctrine.lib.importAll {root = ./.;});
|
|
}
|