core/cells/test/test.nix

7 lines
46 B
Nix
Raw Normal View History

2025-08-05 14:55:13 +02:00
{
inputs,
cell,
}: {
hello = "world";
}