From 836fa3b6aef7ed94c750f68c58cadf1955c7522b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 26 Apr 2012 14:53:58 +0000 Subject: [PATCH] * Fix missing semicolon. svn path=/nixos/trunk/; revision=33933 --- modules/system/boot/luksroot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/boot/luksroot.nix b/modules/system/boot/luksroot.nix index 9a2ef786063..7f9898770a9 100644 --- a/modules/system/boot/luksroot.nix +++ b/modules/system/boot/luksroot.nix @@ -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 {