From 99a9b8c0bcc345f7044ab18840e78ee9263cae9b Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 23 Oct 2025 18:22:44 -0400 Subject: Add audio loopback overlay --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 986c9ac..b24daab 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ++ [ + ]; + }); }; } -- cgit v1.2.3