about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/home/conf/beets/plugins/badfiles/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/conf/beets/plugins/badfiles/default.nix b/modules/home/conf/beets/plugins/badfiles/default.nix
index bc61097b..33884785 100644
--- a/modules/home/conf/beets/plugins/badfiles/default.nix
+++ b/modules/home/conf/beets/plugins/badfiles/default.nix
@@ -6,7 +6,7 @@
   programs.beets.settings.badfiles = {
     check_on_import = true;
     commands = {
-      flac = "${lib.getExe pkgs.flac} --test --warnings-as-errors --silent";
+      flac = "${lib.getExe' pkgs.flac "flac"} --test --warnings-as-errors --silent";
       mp3 = "${lib.getExe pkgs.mp3val}";
     };
   };