etcd

etcd 3.6.14

Distributed reliable key-value store for the most critical data of a distributed system

https://etcd.io/
Apache License 2.0
programs: etcdutl, etcdctl, etcd
Platforms (25)
aarch64-linuxmicroblazeel-linuxpowerpc-linuxpowerpc64-linuxs390-linuxmicroblaze-linuxarmv5tel-linuxmips-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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