8 lines
72 B
Nix
8 lines
72 B
Nix
{
|
|
options,
|
|
...
|
|
}:
|
|
|
|
{
|
|
nix.nixPath = options.nix.nixPath.default;
|
|
}
|