feat(halo): add wyoming whisper-cpp

This commit is contained in:
Harald Hoyer 2026-02-24 13:16:28 +01:00
parent b5e7d5031a
commit 27343e49bd
4 changed files with 77 additions and 46 deletions

View file

@ -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: {