edit the config structure to use modules rather than sets
This commit is contained in:
parent
e4255f0817
commit
4bdb8fdc60
4 changed files with 32 additions and 5 deletions
|
|
@ -9,5 +9,6 @@ let
|
|||
)
|
||||
(builtins.readDir ./.)
|
||||
);
|
||||
in
|
||||
lib.mkMerge (map (file: import ./${file}) definitions)
|
||||
in {
|
||||
imports = map (file: import ./${file}) definitions;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue