elmPackages.elm-test-rs: unset verifyCargoDeps

This commit is contained in:
figsoda
2023-06-05 14:32:09 -04:00
parent 18a4f8fd6a
commit 5f0f7b822b
@@ -17,7 +17,6 @@ rustPlatform.buildRustPackage rec {
]);
cargoSha256 = "sha256:1dpdlzv96kpc25yf5jgsz9qldghyw35x382qpxhkadkn5dryzjvd";
verifyCargoDeps = true;
# Tests perform networking and therefore can't work in sandbox
doCheck = false;