buildRustCrate: add a postInstall phase (#34906)
This commit is contained in:
parent
9ef5d9c143
commit
a5cabdb6b1
1 changed files with 1 additions and 0 deletions
|
@ -291,6 +291,7 @@ let buildCrate = { crateName, crateVersion, crateAuthors, buildDependencies,
|
|||
mkdir -p $out/bin
|
||||
cp -P target/bin/* $out/bin # */
|
||||
fi
|
||||
runHook postInstall
|
||||
'';
|
||||
in
|
||||
|
||||
|
|
Loading…
Reference in a new issue