mirror of
https://gitlab.com/rensa-nix/core.git
synced 2026-02-02 15:25: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
|
|
@ -11,6 +11,11 @@
|
|||
in
|
||||
rensa.buildWith {
|
||||
inherit inputs;
|
||||
transformInputs = system: i:
|
||||
i
|
||||
// {
|
||||
pkgs = import i.nixpkgs {inherit system;};
|
||||
};
|
||||
cellsFrom = ./cells;
|
||||
cellBlocks = with rensa.blocks; [
|
||||
(simple "test")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue