mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
xmonad service: add defaultText to extraPackages to fix rendering in docs
This commit is contained in:
parent
b0a2ea01c5
commit
7bc42a8971
|
@ -29,6 +29,7 @@ in
|
|||
|
||||
extraPackages = mkOption {
|
||||
default = self: [];
|
||||
defaultText = "self: []";
|
||||
example = literalExample ''
|
||||
haskellPackages: [
|
||||
haskellPackages.xmonad-contrib
|
||||
|
|
Loading…
Reference in a new issue