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
+5 -5
View File
@@ -7,11 +7,11 @@ with lib;
gnu = mkOption {
type = types.bool;
default = false;
description =
'' When enabled, GNU software is chosen by default whenever a there is
a choice between GNU and non-GNU software (e.g., GNU lsh
vs. OpenSSH).
'';
description = ''
When enabled, GNU software is chosen by default whenever a there is
a choice between GNU and non-GNU software (e.g., GNU lsh
vs. OpenSSH).
'';
};
};