Add a FIXME description to the requiredTTYs option.

Fix manual compilation.

svn path=/nixos/branches/modular-nixos/; revision=14988
This commit is contained in:
Nicolas Pierron 2009-04-11 22:17:05 +00:00
parent 23c03c3f46
commit b72989eda0

View File

@ -29,6 +29,10 @@ in
{
requiredTTYs = mkOption {
default = [];
description = "
FIXME: find another place for this option.
FIXME: find a good description.
";
};
}
];