core/cells/test/test.nix
2025-08-05 14:55:13 +02:00

6 lines
46 B
Nix

{
inputs,
cell,
}: {
hello = "world";
}