From 7da63fbb8163e254c3abc89e245330bc1b686833 Mon Sep 17 00:00:00 2001
From: Benedikt Peetz <benedikt.peetz@b-peetz.de>
Date: Sun, 11 Aug 2024 13:48:42 +0200
Subject: fix(home/beets): Also use the correct attr name for `models`

---
 modules/home/conf/beets/plugins/xtractor/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'modules/home/conf/beets/plugins/xtractor/default.nix')

diff --git a/modules/home/conf/beets/plugins/xtractor/default.nix b/modules/home/conf/beets/plugins/xtractor/default.nix
index 5b7fb149..d4582c5f 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.beetsExtraPlugins.xtractor.modules;
+            m = pkgs.beetsExtraPlugins.xtractor.models;
           in [
             "${m}/danceability.history"
             "${m}/danceability.history.param"
-- 
cgit 1.4.1