Hello, Let me announce Emacs-Build-Farm – Emacs interface for Hydra and Cuirass (build farms used by Nix and Guix). This is a successor of "guix-hydra-…" code from ‘emacs-guix’ package.
It can be installed from Guix (after "guix pull"): guix package -i emacs-build-farm In short, Emacs-Build-Farm allows you to look at: - projects (only for Hydra*) - jobsets - builds - evaluations (only for Cuirass**) * Cuirass does not have a notion of 'project'. ** Hydra evaluations are not supported because of <https://github.com/NixOS/hydra/issues/582>. As for Cuirass, API for evaluations is very limited: the only thing you can get is the latest evaluations with a minimal info on them. The entry point is "M-x build-farm". It provides a Magit-like popup interface for the available features. Alternatively, you can use the following M-x commands directly: - build-farm-latest-evaluations - build-farm-latest-builds - build-farm-queued-builds - build-farm-build - build-farm-jobsets - build-farm-projects - build-farm-project -- Alex