mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
* 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 {
|
||||
example = "/dev/sda2";
|
||||
type = types.string;
|
||||
description = "Path of the underlying block device."
|
||||
description = "Path of the underlying block device.";
|
||||
};
|
||||
|
||||
preLVM = mkOption {
|
||||
|
Loading…
Reference in New Issue
Block a user