mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-22 23:17:15 +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
113 B
Nix
8 lines
113 B
Nix
{ makeSetupHook
|
|
}:
|
|
|
|
makeSetupHook
|
|
{
|
|
name = "configureCargoCommonVarsHook";
|
|
} ./configureCargoCommonVarsHook.sh
|