mirror of
https://gitlab.com/rensa-nix/core.git
synced 2025-12-12 06:10:08 +01:00
feat: add transformInputs which allows initializing inputs
This commit is contained in:
parent
7222ac48cd
commit
9f20f8c94b
7 changed files with 25 additions and 17 deletions
|
|
@ -22,12 +22,13 @@
|
|||
rev = cfg.inputs.self.sourceInfo.rev or "not-a-commit";
|
||||
};
|
||||
in {
|
||||
inputs =
|
||||
inputs = cfg.transformInputs system (
|
||||
(deSystemize system (cfg.inputs // additionalInputs))
|
||||
// {
|
||||
inherit self;
|
||||
cells = deSystemize system cells;
|
||||
};
|
||||
}
|
||||
);
|
||||
inherit cell system;
|
||||
};
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue