* Fix missing semicolon.
svn path=/nixos/trunk/; revision=33933
This commit is contained in:
parent
4d07f159a1
commit
836fa3b6ae
@ -63,7 +63,7 @@ in
|
|||||||
device = mkOption {
|
device = mkOption {
|
||||||
example = "/dev/sda2";
|
example = "/dev/sda2";
|
||||||
type = types.string;
|
type = types.string;
|
||||||
description = "Path of the underlying block device."
|
description = "Path of the underlying block device.";
|
||||||
};
|
};
|
||||||
|
|
||||||
preLVM = mkOption {
|
preLVM = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user