cargo-insta: Fix build

I messed up by merging to fast. This fixes the build cargo-insta.

Fixes: e3f8b2f144 ("update cargo-insta 1.40 -> 1.42.2")
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2025-03-03 11:24:20 +01:00
parent 3e591e4e09
commit 13392df49a
+9 -5
View File
@@ -16,13 +16,17 @@ rustPlatform.buildRustPackage rec {
useFetchCargoVendor = true;
cargoHash = "sha256-bRxtkuNtCelcYJkWPMl8xkMuGcbGCxvdz5cCzPUk44k=";
cargoHash = "sha256-Vx26ArAcsW0NNVNZa4M5hqz/sm1gecrun/bbRWMu07Q=";
checkFlags = [
# Depends on `rustfmt` and does not matter for packaging.
"--skip=utils::test_format_rust_expression"
# Requires networking
"--skip=test_force_update_snapshots"
# Depends on `rustfmt` and does not matter for packaging.
"--skip=utils::test_format_rust_expression"
# Requires networking
"--skip=test_force_update_snapshots"
"--skip=test_ignored_snapshots"
"--skip=workspace::test_insta_workspace_root"
"--skip=env::test_get_cargo_workspace_manifest_dir"
];
meta = with lib; {