Is there any open-source implementation of a functioning post-build hook daemon, as sketched in Setting up post-build hooks ā nix.dev documentation?
- There seems to be no NixOS module for such a thing
- This discussion did not hint at any: Automatically upload built derivations to cache?
- Hydra seems to make an efficient integration possible: Derivations built on remote machines not copied to binary cache (but Hydra is not great to work with)
- Long discussion on how to do it: Developing a system that replaces nix remote build
- Documentation by @rickynils: Running Remote Builds - nixbuild.net documentation
- Unfinished prototype by @jsoo1: GitHub - jsoo1/remote-build-queue