Commit graph

3 commits

Author SHA1 Message Date
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
c9c329ec0f
feat: add devshell and improve input handling of cells
pass system to cells and their flake.nix inputs
2025-08-06 10:13:34 +02:00
3aeff518bb
chore: initial commit 2025-08-05 14:55:13 +02:00