hydra

hydra 0-unstable-2026-03-16

Nix-based continuous build system

https://nixos.org/hydra
GNU General Public License v3.0
programs: hydra-s3-backup-collect-garbage, nix-prefetch-git, hydra-notify, hydra-init, hydra-update-gc-roots, hydra-queue-runner, hydra-send-stats, nix-prefetch-bzr, nix-prefetch-hg, hydra-backfill-ids, hydra-create-user, hydra-server, hydra-eval-jobset, hydra-evaluator
Platforms (24)
armv7l-linuxx86_64-linuxmicroblaze-linuxmips-linuxmipsel-linuxpowerpc64-linuxs390-linuxriscv32-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  hydra
];
Ad-hoc shell
nix-shell -p hydra
Flake (nix run)
nix run nixpkgs#hydra