diff --git a/flake.nix b/flake.nix index 9ba0142..a6030b1 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ overlays = [(import rust-overlay)]; pkgs = import nixpkgs {inherit system overlays;}; rustToolchain = pkgs.pkgsBuildHost.rust-bin.stable.latest.default; - tools = with pkgs; []; + tools = with pkgs; [cargo-nextest]; nativeBuildInputs = with pkgs; [rustToolchain pkg-config] ++ tools; in with pkgs; {