crane/lib/setupHooks/installFromCargoBuildLog.nix
Ivan Petkov 0017a8da68
flake: deprecate the packages flake output (#130)
Even though the setup hooks can be thought of as "packages", it makes
things much more simple to access everything from the same place
2022-10-09 10:28:48 -07:00

8 lines
113 B
Nix

{ makeSetupHook
}:
makeSetupHook
{
name = "installFromCargoBuildLogHook";
} ./installFromCargoBuildLogHook.sh