buildRustCrate: add a postInstall phase (#34906)

authored by Stewart Mackenzie and committed by Joachim Schiele a5cabdb6 9ef5d9c1

+1
+1
pkgs/build-support/rust/build-rust-crate.nix
··· 291 mkdir -p $out/bin 292 cp -P target/bin/* $out/bin # */ 293 fi 294 ''; 295 in 296
··· 291 mkdir -p $out/bin 292 cp -P target/bin/* $out/bin # */ 293 fi 294 + runHook postInstall 295 ''; 296 in 297