Add nix flake package for wyoming-whisper-rs
Add package.nix with rustPlatform.buildRustPackage and Vulkan support. Track Cargo.lock (removed from .gitignore) and add .direnv to .gitignore. Build with: nix build 'git+file:.?submodules=1' Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
50fdb08a38
commit
f346829cc0
4 changed files with 920 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,6 +1,6 @@
|
|||
**/target
|
||||
**/Cargo.lock
|
||||
/.idea
|
||||
/.vscode
|
||||
/.direnv
|
||||
*.bin
|
||||
*.wav
|
||||
Loading…
Add table
Add a link
Reference in a new issue