solana: unset verifyCargoDeps

This commit is contained in:
figsoda 2023-06-05 14:33:17 -04:00
parent 5f0f7b822b
commit ac9053b020

View file

@ -60,7 +60,6 @@ rustPlatform.buildRustPackage rec {
};
strictDeps = true;
verifyCargoDeps = true;
cargoBuildFlags = builtins.map (n: "--bin=${n}") solanaPkgs;
# Even tho the tests work, a shit ton of them try to connect to a local RPC