* The fileSystems option shouldn't have a default.

svn path=/nixos/branches/modular-nixos/; revision=15867
This commit is contained in:
Eelco Dolstra 2009-06-05 13:30:30 +00:00
parent d6617f0d5e
commit a4fa62aaf0

View File

@ -7,7 +7,6 @@ let
options = {
fileSystems = pkgs.lib.mkOption {
default = null;
example = [
{ mountPoint = "/";
device = "/dev/hda1";