diff --git a/README.md b/README.md index 20b4fef..c7a343b 100644 --- a/README.md +++ b/README.md @@ -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