mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-23 16:32:23 +03:00
0017a8da68
Even though the setup hooks can be thought of as "packages", it makes things much more simple to access everything from the same place
9 lines
108 B
Nix
9 lines
108 B
Nix
{ makeSetupHook
|
|
}:
|
|
|
|
makeSetupHook
|
|
{
|
|
name = "inheritCargoArtifactsHook";
|
|
} ./inheritCargoArtifactsHook.sh
|
|
|