racket-nix/racket-install-hook.nix

8 lines
145 B
Nix

{
racket,
makeSetupHook,
}: makeSetupHook {
name = "racket-install-hook";
propagatedBuildInputs = [ racket ];
} ./racket-install-hook.sh