1{ 2 lib, 3 bash, 4 patchcil, 5 makeSetupHook, 6}: 7 8makeSetupHook { 9 name = "auto-patchcil-hook"; 10 substitutions = { 11 shell = lib.getExe bash; 12 patchcil = lib.getExe patchcil; 13 }; 14} ./auto-patchcil.sh