chore: fix flake

This commit is contained in:
2025-04-09 20:03:27 -04:00
parent 7ef059fa5b
commit 5a3798732c

View File

@@ -21,7 +21,8 @@
with pkgs;
{
devShells.default = mkShell {
buildInputs = [
buildInputs = [
pkgs.bashInteractive
rust-bin.stable.latest.default
pkgs.pkg-config
pkgs.alsa-lib