aboutsummaryrefslogtreecommitdiff
path: root/tools/whisper.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2020-04-22 20:44:43 +1000
committerJustin Bedo <cu@cua0.org>2020-06-27 14:57:41 +1000
commit8a2778f8853ab687f83e07c4c322ab843b08f2af (patch)
tree76448ef65e5ac8c4d85fcc31e44de4269cb936ab /tools/whisper.nix
parent7611c8798f41427c5b48a3406d8bb9e0cde9786c (diff)
whisper: init 2.0
Diffstat (limited to 'tools/whisper.nix')
-rw-r--r--tools/whisper.nix9
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;
+}