docs: update beets and description of overriding packages
The beets package no longer has the "enableCheck" option so this was confusing. Also the word override was used to mean two different things so I modified the FAQ to use the word "change" and linked to documentation regarding package overrides.
This commit is contained in:
parent
601c22f8af
commit
35536fc6d6
3 changed files with 29 additions and 7 deletions
|
|
@ -32,8 +32,8 @@ in {
|
|||
type = types.package;
|
||||
default = pkgs.beets;
|
||||
defaultText = literalExpression "pkgs.beets";
|
||||
example =
|
||||
literalExpression "(pkgs.beets.override { enableCheck = true; })";
|
||||
example = literalExpression
|
||||
"(pkgs.beets.override { pluginOverrides = { beatport.enable = false; }; })";
|
||||
description = ''
|
||||
The `beets` package to use.
|
||||
Can be used to specify extensions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue