crane/pkgs/cargoHelperFunctionsHook.nix
Ivan Petkov bce972e03b
Add cargoHelperFunctionsHook
* It will automatically capture and log all `cargo` invocations
2022-07-23 11:11:36 -07:00

8 lines
101 B
Nix

{ makeSetupHook
}:
makeSetupHook
{
name = "cargoHelperFunctionsHook";
} ./cargoHelperFunctions.sh