From 529749f204c421797c84c4f53cbd1bb88ce7e549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cain=C3=A3=20Costa?= Date: Thu, 27 Jul 2023 10:11:41 -0300 Subject: [PATCH] feat[nix]: add cargo-insta It was not packaged before on nixpkgs, it is now, so let's use it. --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index fa5f73da..47d015a3 100644 --- a/flake.nix +++ b/flake.nix @@ -69,6 +69,8 @@ pkg-config openssl + cargo-insta + (pkgs.rust-bin.stable.latest.default.override { extensions = [ "rust-src" "clippy" "rustfmt" ]; })