Loading pkgs/by-name/ca/cargo-insta/package.nix +9 −5 Original line number Diff line number Diff line Loading @@ -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" "--skip=test_ignored_snapshots" "--skip=workspace::test_insta_workspace_root" "--skip=env::test_get_cargo_workspace_manifest_dir" ]; meta = with lib; { Loading Loading
pkgs/by-name/ca/cargo-insta/package.nix +9 −5 Original line number Diff line number Diff line Loading @@ -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" "--skip=test_ignored_snapshots" "--skip=workspace::test_insta_workspace_root" "--skip=env::test_get_cargo_workspace_manifest_dir" ]; meta = with lib; { Loading