readme: expand on agenix

This commit is contained in:
Sridhar Ratnakumar 2025-01-18 14:38:48 -05:00
parent 639ba8c344
commit 91d5daa5f0

View file

@ -71,7 +71,7 @@ Start from `flake.nix` (see [Flakes](https://nixos.wiki/wiki/Flakes)). [`flake-p
```
- To autoformat the project tree using nixpkgs-fmt, run `nix fmt`.
- To build all flake outputs (locally or in CI), run `nix --accept-flake-config run github:juspay/omnix ci build`
- For secrets management, I use [agenix](https://github.com/ryantm/agenix).
- For secrets management, I use [agenix](https://github.com/ryantm/agenix), because it works with SSH keys, and functions well on macOS and NixOS.
## Discussion