6 lines
50 B
Nix
6 lines
50 B
Nix
|
{ foo }:
|
||
|
{ lib, config, ... }:
|
||
|
{
|
||
|
value = foo;
|
||
|
}
|