feat: interoperate [deploy-rs, colmena]

This commit is contained in:
Kat Inskip 2025-10-13 04:25:45 -07:00
parent 0fef01bfe6
commit f108a20f26
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
15 changed files with 235 additions and 122 deletions

View file

@ -47,6 +47,10 @@ in {
type = attrs;
internal = true;
};
pkgs = mkOption {
type = unspecified;
internal = true;
};
builder = mkOption {
type = unspecified;
internal = true;
@ -148,6 +152,7 @@ in {
inherit (config) system modules specialArgs;
})
config.builder);
pkgs = pkgs.${config.system};
specialArgs = {
inherit name inputs std tree;
systemType = config.folder;