From 8fd8da0cba402466fcdfbc23cd87eb730765a99f Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 29 Mar 2025 16:35:56 +0100 Subject: fix(modules/legacy/conf/beets): Disable the xtractor plugin This plugin never worked (because of some issue with gaia), but now it also stopped to build. --- modules/home.legacy/conf/beets/plugins/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home.legacy/conf/beets/plugins') diff --git a/modules/home.legacy/conf/beets/plugins/default.nix b/modules/home.legacy/conf/beets/plugins/default.nix index 3bea5ea8..a0b44e3c 100644 --- a/modules/home.legacy/conf/beets/plugins/default.nix +++ b/modules/home.legacy/conf/beets/plugins/default.nix @@ -11,6 +11,6 @@ ./play ./replaygain ./smartplaylist - ./xtractor + # ./xtractor ]; } -- cgit 1.4.1