

chore(deps): add portaudio to flake.nix
@54aea5f51cd3c51da6dec12b326471ed6d1288f9
--- Taskfile.yaml
+++ Taskfile.yaml
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 |
server: |
4 | 4 |
cmds: |
5 | 5 |
- pkill --signal SIGKILL --echo --full 'uvicorn --factory --host 0.0.0.0 speaches.main:create_app' || true |
6 |
- - opentelemetry-instrument uvicorn --factory --host 0.0.0.0 speaches.main:create_app {{.CLI_ARGS}} |
|
6 |
+ - uvicorn --factory --host 0.0.0.0 speaches.main:create_app {{.CLI_ARGS}} |
|
7 | 7 |
sources: |
8 | 8 |
- src/**/*.py |
9 | 9 |
test: |
--- flake.nix
+++ flake.nix
... | ... | @@ -47,6 +47,9 @@ |
47 | 47 |
pkgs.cudaPackages_12.cuda_cudart |
48 | 48 |
pkgs.cudaPackages_12.cuda_nvrtc |
49 | 49 |
|
50 |
+ # Needed for `soundfile` |
|
51 |
+ pkgs.portaudio |
|
52 |
+ |
|
50 | 53 |
pkgs.zlib |
51 | 54 |
pkgs.stdenv.cc.cc |
52 | 55 |
pkgs.openssl |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?