mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
14 lines
204 B
Nix
14 lines
204 B
Nix
{
|
|
lib,
|
|
makeSetupHook,
|
|
}:
|
|
|
|
makeSetupHook {
|
|
name = "check-phase-thread-limit-hook";
|
|
|
|
meta = {
|
|
license = lib.licenses.mit;
|
|
maintainers = with lib.maintainers; [ grimmauld ];
|
|
};
|
|
} ./hook.sh
|