diff --git a/flake.nix b/flake.nix index d2c918e..5a3fb77 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ }: let runtimeDeps = with pkgs; []; buildDeps = with pkgs; [pkg-config rustPlatform.bindgenHook]; - devDeps = with pkgs; []; + devDeps = with pkgs; [bacon]; cargoToml = builtins.fromTOML (builtins.readFile ./Cargo.toml); msrv = cargoToml.package.rust-version;