fix(secrets/README.md): fix nixpkgs does not contain agenix

Closes #125
This commit is contained in:
Sacabambaspis
2024-05-05 18:05:43 +08:00
committed by GitHub
parent ace653e9d6
commit 87c041f8b4

View File

@@ -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: