fix indentation in several nixos option descriptions

This commit is contained in:
michael bishop
2016-12-16 18:29:25 +01:00
committed by Jörg Thalheim
parent 1946e872c0
commit e5cefadef7
5 changed files with 29 additions and 24 deletions
@@ -44,10 +44,10 @@ in
copyKernels = mkOption {
default = false;
type = types.bool;
description = "
description = ''
Whether copy the necessary boot files into /boot, so
/nix/store is not needed by the boot loader.
";
'';
};
};