Merge pull request #8630 from lihop/nixos/fix-formatting

nixos: fix formatting of option examples
This commit is contained in:
Domen Kožar
2016-02-27 10:08:37 +00:00
8 changed files with 107 additions and 96 deletions

View File

@@ -17,14 +17,14 @@ in
environment.freetds = mkOption {
type = types.attrsOf types.str;
default = {};
example = {
MYDATABASE =
''
host = 10.0.2.100
port = 1433
tds version = 7.2
'';
};
example = literalExample ''
{ MYDATABASE = '''
host = 10.0.2.100
port = 1433
tds version = 7.2
''';
}
'';
description =
''
Configure freetds database entries. Each attribute denotes