chore: minor improvements & add blocks

This commit is contained in:
technofab 2025-08-05 16:15:24 +02:00
parent 3aeff518bb
commit 2774f3ea91
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
4 changed files with 14 additions and 9 deletions

View file

@ -11,11 +11,8 @@
rensa.buildWith {
inherit inputs;
cellsFrom = ./cells;
cellBlocks = [
{
name = "test";
type = "test";
}
cellBlocks = with rensa.blocks; [
(simple "test")
];
} {};
}