Add a FIXME description to the requiredTTYs option.
Fix manual compilation. svn path=/nixos/branches/modular-nixos/; revision=14988
This commit is contained in:
parent
23c03c3f46
commit
b72989eda0
@ -29,6 +29,10 @@ in
|
|||||||
{
|
{
|
||||||
requiredTTYs = mkOption {
|
requiredTTYs = mkOption {
|
||||||
default = [];
|
default = [];
|
||||||
|
description = "
|
||||||
|
FIXME: find another place for this option.
|
||||||
|
FIXME: find a good description.
|
||||||
|
";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user