cargo-insta: Fix build (#386668)

This commit is contained in:
Matthias Beyer
2025-03-03 11:41:32 +01:00
committed by GitHub
+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; {