forked from mirrors_public/oddlama_nix-config
feat(topology): add auto-aggregation and dual-definition of options
This commit is contained in:
parent
67063adf24
commit
a737071162
13 changed files with 223 additions and 132 deletions
|
@ -4,9 +4,9 @@ inputs: {
|
|||
}:
|
||||
inputs.nixpkgs.lib.evalModules {
|
||||
prefix = ["topology"];
|
||||
modules = [./modules] ++ modules;
|
||||
modules = [./topology] ++ modules;
|
||||
specialArgs = {
|
||||
modulesPath = builtins.toString ./modules;
|
||||
modulesPath = builtins.toString ./topology;
|
||||
inherit pkgs;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue