diff options
| author | LLLL Colonq <llll@colonq> | 2025-10-23 18:22:44 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-10-23 18:22:44 -0400 |
| commit | 99a9b8c0bcc345f7044ab18840e78ee9263cae9b (patch) | |
| tree | 5177a48645a405b70ec39a34dc16a7fdb044ec63 /flake.nix | |
| parent | 4ae21efc81f39ca805cefe5c1af722857f22f255 (diff) | |
Add audio loopback overlay
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -44,6 +44,9 @@ inherit native wasm; st = inputs.st.packages.x86_64-linux.st; }; - devShells.${system}.default = inputs.teleia.shell; + devShells.${system}.default = inputs.teleia.shell.overrideAttrs (final: prev: { + buildInputs = prev.buildInputs ++ [ + ]; + }); }; } |
