diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-21 13:31:00 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-21 13:31:00 -0800 |
| commit | 010f55244d6773621725c3d991e8259265af67c2 (patch) | |
| tree | 972ba4d1a2007855cfb358ec9aa7c3abadf6026c /flake.lock | |
| parent | system: install a few more packages (diff) | |
| download | infra-010f55244d6773621725c3d991e8259265af67c2.tar.gz | |
agenix: add flake for agenix
This will be used to store secrets in the repository.
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,5 +1,25 @@ { "nodes": { + "agenix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1643841757, + "narHash": "sha256-9tKhu4JzoZvustC9IEWK6wKcDhPLuK/ICbLgm8QnLnk=", + "owner": "ryantm", + "repo": "agenix", + "rev": "a17d1f30550260f8b45764ddbd0391f4b1ed714a", + "type": "github" + }, + "original": { + "owner": "ryantm", + "repo": "agenix", + "type": "github" + } + }, "emacs-overlay": { "locked": { "lastModified": 1644776495, @@ -70,6 +90,7 @@ }, "root": { "inputs": { + "agenix": "agenix", "emacs-overlay": "emacs-overlay", "home-manager": "home-manager", "nixpkgs": "nixpkgs", |
