From 87c041f8b48ae74777598a168a294af6a3f874b7 Mon Sep 17 00:00:00 2001 From: Sacabambaspis <102341238+DataEraserC@users.noreply.github.com> Date: Sun, 5 May 2024 18:05:43 +0800 Subject: [PATCH] fix(secrets/README.md): fix nixpkgs does not contain agenix Closes #125 --- secrets/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/secrets/README.md b/secrets/README.md index 20f735da..fd9390d5 100644 --- a/secrets/README.md +++ b/secrets/README.md @@ -30,7 +30,13 @@ This task is accomplished using the [agenix](https://github.com/ryantm/agenix) C To use agenix temporarily, run: ```bash -nix shell nixpkgs#agenix +nix shell github:ryantm/agenix#agenix +``` + +or agenix provided by ragenix, run: + +```bash +nix shell github:ryan4yin/ragenix#ragenix ``` Suppose you want to add a new secret file `xxx.age`. Follow these steps: