From aca6d830512474658dc61b83f2fe2f73cae33dc8 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Thu, 3 Mar 2022 16:02:58 +0100 Subject: [PATCH] add(nix): add `cargo-insta` (#1162) * used for snapshotting the e2e tests --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index af11e7ca..91d31e25 100644 --- a/flake.nix +++ b/flake.nix @@ -65,8 +65,12 @@ pkgs.cargo-make pkgs.rust-analyzer pkgs.nixpkgs-fmt + # optimizes wasm binaries pkgs.binaryen + + # used for snapshotting the e2e tests + pkgs.cargo-insta ]; in