forked from DGNum/infrastructure
chore(meta): Use mkImports for the module list
This commit is contained in:
parent
299c8c8108
commit
7f7e245123
1 changed files with 5 additions and 5 deletions
|
@ -10,11 +10,11 @@
|
|||
lib:
|
||||
|
||||
(lib.evalModules {
|
||||
modules = [
|
||||
./options.nix
|
||||
./network.nix
|
||||
./nodes
|
||||
./organization.nix
|
||||
modules = lib.extra.mkImports ./. [
|
||||
"network"
|
||||
"nodes"
|
||||
"options"
|
||||
"organization"
|
||||
];
|
||||
class = "dgnumMeta";
|
||||
}).config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue