mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03: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