nomad
nomad 1.11.3
Distributed, Highly Available, Datacenter-Aware Scheduler
https://developer.hashicorp.com/nomadBusiness Source License 1.1
main program: nomadprograms: -
Maintainers
Platforms (30)
i686-freebsdmicroblaze-linuxarmv7a-linuxs390-linuxmips64-linuxpowerpc64-linuxwasm64-wasip1aarch64-freebsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ nomad ];
Ad-hoc shell
nix-shell -p nomad
Flake (nix run)
nix run nixpkgs#nomad