diff options
Diffstat (limited to 'tools/whisper.nix')
-rw-r--r-- | tools/whisper.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/whisper.nix b/tools/whisper.nix new file mode 100644 index 0000000..244a410 --- /dev/null +++ b/tools/whisper.nix @@ -0,0 +1,9 @@ +{ bionix }: + +with bionix; + +rec { + app = pkgs.callPackage ./whisper-app.nix {}; + index = callBionixE ./whisper-index.nix; + align = callBionixE ./whisper-align.nix; +} |