mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #31252 from shaunren/compton
compton: change extraOptions type to types.lines
This commit is contained in:
commit
792dc7a859
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = mkOption {
|
extraOptions = mkOption {
|
||||||
type = types.str;
|
type = types.lines;
|
||||||
default = "";
|
default = "";
|
||||||
example = ''
|
example = ''
|
||||||
unredir-if-possible = true;
|
unredir-if-possible = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue