From 5a3798732c56572fcd7055a0e2d5845e44b5ed00 Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 9 Apr 2025 20:03:27 -0400 Subject: [PATCH] chore: fix flake --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1e6a502..6a2d1ba 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,8 @@ with pkgs; { devShells.default = mkShell { - buildInputs = [ + buildInputs = [ + pkgs.bashInteractive rust-bin.stable.latest.default pkgs.pkg-config pkgs.alsa-lib