From 6245babf6cac07124433eed35a2812f1f23a224f Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Mon, 9 Oct 2023 19:07:20 +0200 Subject: [PATCH] Add nix dependencies --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a4e1072..c803422 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ in { devShells.${system}.default = pkgs.mkShell { buildInputs = [ rust ] - ++ (with pkgs; [ rust-analyzer pkg-config pipewire ]); + ++ (with pkgs; [ rust-analyzer pkg-config pulseaudio alsa-lib dbus ]); RUST_BACKTRACE = 1; }; };