nomad

nomad 1.11.3

Distributed, Highly Available, Datacenter-Aware Scheduler

https://developer.hashicorp.com/nomad
Business Source License 1.1
main program: nomadprograms: -
Platforms (30)
i686-freebsdmicroblaze-linuxarmv7a-linuxs390-linuxmips64-linuxpowerpc64-linuxwasm64-wasip1aarch64-freebsd
View source on NixOS/nixpkgs →

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