From 91d5daa5f014819d16dbb94f4f2fae5010d29839 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 18 Jan 2025 14:38:48 -0500 Subject: [PATCH] readme: expand on agenix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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