fix: update secrets approach to match 'nix-secrets'
This commit is contained in:
@@ -30,7 +30,12 @@ inputs.colmena.lib.makeHive (
|
||||
};
|
||||
|
||||
nodeNixpkgs = builtins.mapAttrs (_: v: v.pkgs) self.nixosConfigurations;
|
||||
nodeSpecialArgs = builtins.mapAttrs (_: v: v._module.specialArgs or { }) self.nixosConfigurations;
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
outputs = self;
|
||||
dotsPath = ../dots;
|
||||
myUtils = utils;
|
||||
};
|
||||
};
|
||||
}
|
||||
// nodes
|
||||
|
||||
Reference in New Issue
Block a user