mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: interoperate [deploy-rs, colmena]
This commit is contained in:
parent
0fef01bfe6
commit
f108a20f26
15 changed files with 235 additions and 122 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue