feat: introduce shared global variable aggregator with recursive redistribution

This commit is contained in:
oddlama 2024-05-27 01:28:07 +02:00
parent cceae6c63c
commit cbd22db8c0
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 67 additions and 1 deletions

View file

@ -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 = [