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