summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-03-03 16:02:58 +0100
committerGitHub <noreply@github.com>2022-03-03 16:02:58 +0100
commitaca6d830512474658dc61b83f2fe2f73cae33dc8 (patch)
tree966938dd3a39659e5c9b75035d8e352869d7002d /flake.nix
parent7da408f6b5a5a5b74f21acd22104b9649011a2ce (diff)
add(nix): add `cargo-insta` (#1162)
* used for snapshotting the e2e tests
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index af11e7cad..91d31e25e 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