fix(loader): infinite recursion error when accessing sibling blocks

eg. accessing/returning `cell.b` (cell/b.nix) from cell/a.nix would
cause infinite recursion. That's now fixed
This commit is contained in:
technofab 2025-12-23 14:40:32 +01:00
parent 558066d8df
commit 0d6970d95a
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
3 changed files with 24 additions and 1 deletions

View file

@ -19,6 +19,7 @@
cellsFrom = ./cells;
cellBlocks = with rensa.blocks; [
(simple "test")
(simple "other")
(simple "devShells")
(simple "docs")
(simple "ci")