mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
fix(secrets/README.md): fix nixpkgs does not contain agenix
Closes #125
This commit is contained in:
@@ -30,7 +30,13 @@ This task is accomplished using the [agenix](https://github.com/ryantm/agenix) C
|
|||||||
To use agenix temporarily, run:
|
To use agenix temporarily, run:
|
||||||
|
|
||||||
```bash
|
```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:
|
Suppose you want to add a new secret file `xxx.age`. Follow these steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user