Add nix dependencies
This commit is contained in:
parent
69ff0f2267
commit
6245babf6c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue