mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-29 21:42:23 +03:00
bd65e0e473
* cargoTarpaulin: do not clean by default --------- Co-authored-by: Philipp Mildenberger <philipp@mildenberger.me> Co-authored-by: Philipp Mildenberger <philipp.mildenberger@artfabrik.at>
10 lines
116 B
Nix
10 lines
116 B
Nix
{ makeSetupHook
|
|
, rsync
|
|
}:
|
|
|
|
makeSetupHook
|
|
{
|
|
name = "inheritCargoArtifactsHook";
|
|
} ./inheritCargoArtifactsHook.sh
|
|
|