Skip to content

Commit a952ba5

Browse files
authored
Include cargo-insta in devShell in nix flake (#3470)
# Description of Changes For to run `cargo insta test`, `cargo insta review`, &c during local development. # API and ABI breaking changes N/a # Expected complexity level and risk 1: just changes to the devShell in the flake, not even the actual package build. # Testing - [x] Ran `cargo insta test` locally using the dev shell.
1 parent 023a7d3 commit a952ba5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

flake.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,12 @@
160160
# from src/pac.c:1:
161161
CFLAGS = "-O";
162162

163-
packages = [rustStable rustNightly cargoArtifacts];
163+
packages = [
164+
rustStable
165+
rustNightly
166+
cargoArtifacts
167+
pkgs.cargo-insta
168+
];
164169
};
165170
}
166171
);

0 commit comments

Comments
 (0)