Upgrade whisperx
This commit is contained in:
parent
a5be7cb695
commit
b61685f677
3 changed files with 11 additions and 10 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue