From 29c00eb451f5e077b09ed105f3f306c3640497db Mon Sep 17 00:00:00 2001 From: t56k Date: Tue, 12 Mar 2024 13:33:32 +1100 Subject: [PATCH] chore: remove cargo-insta from devshell --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 72ed9749a9..96cadfc13c 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ devShells.default = craneLib.devShell { checks = self.checks.${system}; inputsFrom = [ gitu ]; - packages = with pkgs; [ cargo-insta clippy rust-analyzer rustfmt ]; + packages = with pkgs; [ clippy rust-analyzer rustfmt ]; }; }); }