lol

buildRustPackage: allow passthru overrides

Don't ignore the passthru that could be passed to the derivation

+1 -1
+1 -1
pkgs/build-support/rust/default.nix
··· 80 runHook postInstall 81 ''; 82 83 - passthru = { inherit cargoDeps; }; 84 })
··· 80 runHook postInstall 81 ''; 82 83 + passthru = { inherit cargoDeps; } // (args.passthru or {}); 84 })