Upgrade whisperx

This commit is contained in:
Geoffrey Frogeye 2024-12-20 23:24:55 +01:00
parent a5be7cb695
commit b61685f677
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 11 additions and 10 deletions

View file

@ -2,12 +2,8 @@
pkgs,
lib,
config,
onixpkgs,
...
}:
let
opkgs = import onixpkgs { inherit (pkgs) system; };
in
{
config = lib.mkIf config.frogeye.extra {
programs = {
@ -33,7 +29,7 @@ in
# Communication
signal-desktop
(opkgs.callPackage ./whisperx.nix { }) # Transcribe voice messages
(pkgs.callPackage ./whisperx.nix { }) # Transcribe voice messages
# downloading
# transmission TODO Collision if both transmissions are active?