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
8 lines
105 B
Nix
8 lines
105 B
Nix
{ makeSetupHook
|
|
}:
|
|
|
|
makeSetupHook
|
|
{
|
|
name = "cargoHelperFunctionsHook";
|
|
} ./cargoHelperFunctionsHook.sh
|