diff --git a/pkgs/applications/blockchains/solana/default.nix b/pkgs/applications/blockchains/solana/default.nix index b21e945b1ae..698bc697d69 100644 --- a/pkgs/applications/blockchains/solana/default.nix +++ b/pkgs/applications/blockchains/solana/default.nix @@ -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