From b72989eda059086223c996f12fcc4d2a0e0733c6 Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Sat, 11 Apr 2009 22:17:05 +0000 Subject: [PATCH] Add a FIXME description to the requiredTTYs option. Fix manual compilation. svn path=/nixos/branches/modular-nixos/; revision=14988 --- upstart-jobs/kbd.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/upstart-jobs/kbd.nix b/upstart-jobs/kbd.nix index 504b902bcb1..61dc93737af 100644 --- a/upstart-jobs/kbd.nix +++ b/upstart-jobs/kbd.nix @@ -29,6 +29,10 @@ in { requiredTTYs = mkOption { default = []; + description = " + FIXME: find another place for this option. + FIXME: find a good description. + "; }; } ];