From 8ffc4eadd86fb358ff5d8c3efa4a0f295aa26b38 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 30 May 2022 14:30:20 -0700 Subject: feat(gerrit-hook): add gerrit-hook to the overlays So that we can build and install it. Change-Id: I1f732ceb7be2e9cca625819562f5baed5e131f85 Reviewed-on: https://cl.fcuny.net/c/world/+/181 Reviewed-by: Franck Cuny --- lib/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/default.nix b/lib/default.nix index 4331bf3..595e119 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -22,6 +22,11 @@ overlays = [ inputs.emacs-overlay.overlay inputs.nur.overlay + (final: prev: { + tools = { + gerrit-hook = import ../tools/gerrit-hook final; + }; + }) ]; }; # Add each input as a registry -- cgit 1.4.1