core/cells/test/other.nix
technofab 0d6970d95a
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
2025-12-23 14:40:32 +01:00

4 lines
220 B
Nix

# test to make sure infinite recursion doesn't happen when accessing sibling blocks
# run `nix eval .#<system>.test` to check
# should return { other = { hello = "world"; }; test = «repeated»; }
{cell, ...}: cell.test