9 lines
179 B
Nix
9 lines
179 B
Nix
{
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
options.vars = {
|
|
unattended = lib.mkEnableOption "Whether to default to generating values unattended, rather than prompting for desired values.";
|
|
};
|
|
}
|