aboutsummaryrefslogtreecommitdiff
path: root/tools/whisper.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2020-08-25 15:13:13 +1000
committerJustin Bedo <cu@cua0.org>2020-08-25 15:15:35 +1000
commit2cee6ee61240fbbc7f9684208b67eae8634404bf (patch)
tree0609a94a17f571f7fec905fc1cf0e1ba06a75ed0 /tools/whisper.nix
parent1db4fdf05830358c62de3734565c33b0a377d10b (diff)
whisper: app expression merged into nixpkgs
Diffstat (limited to 'tools/whisper.nix')
-rw-r--r--tools/whisper.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/whisper.nix b/tools/whisper.nix
index 244a410..b729675 100644
--- a/tools/whisper.nix
+++ b/tools/whisper.nix
@@ -3,7 +3,6 @@
with bionix;
rec {
- app = pkgs.callPackage ./whisper-app.nix {};
index = callBionixE ./whisper-index.nix;
align = callBionixE ./whisper-align.nix;
}