mirror of
https://gitlab.com/rensa-nix/core.git
synced 2026-02-02 07:15:08 +01:00
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:
parent
558066d8df
commit
0d6970d95a
3 changed files with 24 additions and 1 deletions
|
|
@ -19,6 +19,7 @@
|
|||
cellsFrom = ./cells;
|
||||
cellBlocks = with rensa.blocks; [
|
||||
(simple "test")
|
||||
(simple "other")
|
||||
(simple "devShells")
|
||||
(simple "docs")
|
||||
(simple "ci")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue