Add nix dependencies

This commit is contained in:
GHOSCHT 2023-10-09 19:07:20 +02:00
parent 69ff0f2267
commit 6245babf6c
No known key found for this signature in database

View file

@ -20,7 +20,7 @@
in { in {
devShells.${system}.default = pkgs.mkShell { devShells.${system}.default = pkgs.mkShell {
buildInputs = [ rust ] buildInputs = [ rust ]
++ (with pkgs; [ rust-analyzer pkg-config pipewire ]); ++ (with pkgs; [ rust-analyzer pkg-config pulseaudio alsa-lib dbus ]);
RUST_BACKTRACE = 1; RUST_BACKTRACE = 1;
}; };
}; };