mirror of
https://gitlab.com/rensa-nix/core.git
synced 2026-02-02 15:25:08 +01:00
5 lines
220 B
Nix
5 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
|