Skip to content

Commit

Permalink
chore: remove cargo-insta from devshell
Browse files Browse the repository at this point in the history
  • Loading branch information
t56k committed Mar 12, 2024
1 parent 20f9ef5 commit 29c00eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
});
}

0 comments on commit 29c00eb

Please sign in to comment.