agenix-cli

agenix-cli 0.1.2

Companion tool to https://github.com/ryantm/agenix

https://github.com/cole-h/agenix-cli
Apache License 2.0MIT License
main program: agenixprograms: agenix
Platforms (38)
x86_64-freebsdarmv7l-linuxmipsel-linuxmipsel-netbsdarmv7a-linuxaarch64-linuxmips64el-linuxi686-freebsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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