aboutsummaryrefslogtreecommitdiff
path: root/tools/whisper-index.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/whisper-index.nix')
-rw-r--r--tools/whisper-index.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/whisper-index.nix b/tools/whisper-index.nix
index 675af7d..a9162f3 100644
--- a/tools/whisper-index.nix
+++ b/tools/whisper-index.nix
@@ -12,7 +12,7 @@ assert (matchFiletype "whisper-index" { fa = _: true; } ref);
stage {
name = "whisper-index";
- buildInputs = [ whisper.app ];
+ buildInputs = with pkgs; [ whisper ];
buildCommand = ''
ln -s ${ref} ref.fa
mkdir $out