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:
parent
795f968b17
commit
b675619391
29 changed files with 33 additions and 16 deletions
|
@ -212,6 +212,7 @@ in
|
|||
example = "[ \"en_GB\" \"de_DE\" ];";
|
||||
};
|
||||
extraConfig = mkOption {
|
||||
type = types.lines;
|
||||
default = "";
|
||||
example =
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue