agenix-cli
agenix-cli 0.1.2
Companion tool to https://github.com/ryantm/agenix
https://github.com/cole-h/agenix-cliApache License 2.0MIT License
main program: agenixprograms: agenix
Maintainers
Platforms (38)
x86_64-freebsdarmv7l-linuxmipsel-linuxmipsel-netbsdarmv7a-linuxaarch64-linuxmips64el-linuxi686-freebsd
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