mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-22 23:17:15 +03:00
bce972e03b
* It will automatically capture and log all `cargo` invocations
8 lines
101 B
Nix
8 lines
101 B
Nix
{ makeSetupHook
|
|
}:
|
|
|
|
makeSetupHook
|
|
{
|
|
name = "cargoHelperFunctionsHook";
|
|
} ./cargoHelperFunctions.sh
|