Categorygithub.com/nix-community/queued-build-hook
repositorypackage
0.0.0-20241216020533-0b6a27a9d17c
Repository: https://github.com/nix-community/queued-build-hook.git
Documentation: pkg.go.dev

# README

  • queued-build-hook - a Nix post-build-hook with some superpowers

This is a simple client/daemon combination that allows configurable retries & async queueing of post-build-hooks.

** Hacking

Start daemon #+begin_src sh go build rm -f testsock systemfd -s unix::./testsock -- ./queued-build-hook daemon --hook ./realhook.sh #+end_src

Run client #+begin_src sh go build ./queued-build-hook queue --socket ./testsock #+end_src