mirror of
https://gitlab.com/rensa-nix/core.git
synced 2025-12-11 22:00:09 +01:00
6 lines
46 B
Nix
6 lines
46 B
Nix
{
|
|
inputs,
|
|
cell,
|
|
}: {
|
|
hello = "world";
|
|
}
|