NixHostForge
Service for prebuilding and verifying NixOS host configurations from a flake

NixHostForge prebuilds and verifies NixOS host configurations from a flake.
It watches a Git repository, discovers nixosConfigurations, builds selected hosts, records the results,
warms local Nix caches, and notifies you when a host configuration fails before the host needs to build it.
You can try it out by running:
nix run github:pbek/nixhostforge
Tech Stack: Go, Nix, NixOS, Vue