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 80 runHook postInstall 81 81 ''; 82 82 83 - passthru = { inherit cargoDeps; }; 83 + passthru = { inherit cargoDeps; } // (args.passthru or {}); 84 84 })