organized into folders
This commit is contained in:
parent
8a8fe8cfc6
commit
84c5dd7422
7 changed files with 5 additions and 9 deletions
9
lib/eval-config.nix
Normal file
9
lib/eval-config.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
lib,
|
||||
modules,
|
||||
}: let
|
||||
result = lib.evalModules {
|
||||
inherit modules;
|
||||
};
|
||||
in
|
||||
result.config
|
Loading…
Add table
Add a link
Reference in a new issue