Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 14 lines 208 B view raw
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