0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos: use types.lines for extraConfig

This commit is contained in:
Emery Hemingway 2016-10-23 19:33:41 +02:00
parent 795f968b17
commit b675619391
29 changed files with 33 additions and 16 deletions

View file

@ -212,6 +212,7 @@ in
example = "[ \"en_GB\" \"de_DE\" ];";
};
extraConfig = mkOption {
type = types.lines;
default = "";
example =
''