mirror of
https://gitlab.com/rensa-nix/core.git
synced 2026-02-02 07:15:08 +01:00
chore: minor improvements & add blocks
This commit is contained in:
parent
3aeff518bb
commit
2774f3ea91
4 changed files with 14 additions and 9 deletions
|
|
@ -11,11 +11,8 @@
|
|||
rensa.buildWith {
|
||||
inherit inputs;
|
||||
cellsFrom = ./cells;
|
||||
cellBlocks = [
|
||||
{
|
||||
name = "test";
|
||||
type = "test";
|
||||
}
|
||||
cellBlocks = with rensa.blocks; [
|
||||
(simple "test")
|
||||
];
|
||||
} {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue