forked from mirrors_public/oddlama_nix-config
feat: introduce shared global variable aggregator with recursive redistribution
This commit is contained in:
parent
cceae6c63c
commit
cbd22db8c0
4 changed files with 67 additions and 1 deletions
|
@ -19,7 +19,7 @@ inputs: let
|
|||
specialArgs = {
|
||||
# Use the correct instance lib that has our overlays
|
||||
inherit (pkgs) lib;
|
||||
inherit (self) nodes;
|
||||
inherit (self) nodes globals;
|
||||
inherit inputs minimal;
|
||||
};
|
||||
modules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue