feat(halo): add wyoming whisper-cpp
This commit is contained in:
parent
b5e7d5031a
commit
27343e49bd
4 changed files with 77 additions and 46 deletions
|
|
@ -72,6 +72,9 @@
|
|||
|
||||
ssh-tresor.url = "github:haraldh/ssh-tresor";
|
||||
ssh-tresor.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
wyoming-whisper-rs.url = "git+https://git.hoyer.xyz/harald/wyoming-whisper-rs.git?submodules=1";
|
||||
wyoming-whisper-rs.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -107,6 +110,7 @@
|
|||
simple-nixos-mailserver.nixosModule
|
||||
cratedocs.nixosModules.default
|
||||
xremap-flake.nixosModules.default
|
||||
wyoming-whisper-rs.nixosModules.default
|
||||
];
|
||||
|
||||
overlays = with inputs; [
|
||||
|
|
@ -117,6 +121,7 @@
|
|||
inherit (cratedocs.packages.${prev.stdenv.hostPlatform.system}) cratedocs-mcp;
|
||||
})
|
||||
ssh-tresor.overlays.default
|
||||
wyoming-whisper-rs.overlays.default
|
||||
];
|
||||
|
||||
outputs-builder = channels: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue