diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-11 13:47:40 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-11 14:03:47 +0200 |
commit | 1d3b40bf74066a5457c8ecdfc43977219584ec39 (patch) | |
tree | 88a2c56d474d03c74726be7654792e0312cb1241 /modules/home/conf/beets | |
parent | fix(home/beets): Correctly execute function (diff) | |
download | nixos-config-1d3b40bf74066a5457c8ecdfc43977219584ec39.tar.gz nixos-config-1d3b40bf74066a5457c8ecdfc43977219584ec39.zip |
fix(home/beets): Use the correct attrbute name for `beetsExtraPlugins`
Diffstat (limited to 'modules/home/conf/beets')
-rw-r--r-- | modules/home/conf/beets/plugins/xtractor/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/conf/beets/plugins/xtractor/default.nix b/modules/home/conf/beets/plugins/xtractor/default.nix index 23f53add..5b7fb149 100644 --- a/modules/home/conf/beets/plugins/xtractor/default.nix +++ b/modules/home/conf/beets/plugins/xtractor/default.nix @@ -23,7 +23,7 @@ extractor_profile = { highlevel = { svm_models = let - m = pkgs.extraBeetsPlugins.xtractor.modules; + m = pkgs.beetsExtraPlugins.xtractor.modules; in [ "${m}/danceability.history" "${m}/danceability.history.param" |