From 1d3b40bf74066a5457c8ecdfc43977219584ec39 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 11 Aug 2024 13:47:40 +0200 Subject: fix(home/beets): Use the correct attrbute name for `beetsExtraPlugins` --- modules/home/conf/beets/plugins/xtractor/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home/conf/beets/plugins') 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" -- cgit 1.4.1