mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-23 08:22:41 +03:00
4dcf584de1
* The vendoring helpers already accept a `cargoLock` override, so automatically linking it in the derivation (if set) makes it a bit easier without having the caller manually do the link themselves
8 lines
97 B
Nix
8 lines
97 B
Nix
{ makeSetupHook
|
|
}:
|
|
|
|
makeSetupHook
|
|
{
|
|
name = "replaceCargoLockHook";
|
|
} ./replaceCargoLockHook.sh
|