Files
nixpkgs/pkgs/build-support/dotnet/auto-patchcil-hook/default.nix
2026-05-25 13:48:20 +02:00

16 lines
243 B
Nix

{
lib,
bash,
patchcil,
makeSetupHook,
}:
makeSetupHook {
name = "auto-patchcil-hook";
substitutions = {
shell = lib.getExe bash;
patchcil = lib.getExe patchcil;
};
meta.license = lib.licenses.mit;
} ./auto-patchcil.sh