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:
nbelakovski 2024-03-11 23:07:12 -07:00 committed by Robert Helgesson
parent 601c22f8af
commit 35536fc6d6
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
3 changed files with 29 additions and 7 deletions

View file

@ -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.