diff options
| author | Mel <einebeere@gmail.com> | 2024-11-17 10:43:45 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-11-17 10:43:45 +0100 |
| commit | a19244538e81f9be6080ad4f3a665301eaf5df14 (patch) | |
| tree | 2320812a5c5646e4c3915c9b5b5c5de5443693a5 /flake.lock | |
| parent | b115e4c9929e843eb45b9e0f87ff69e85a8e9f64 (diff) | |
| download | minerals-a19244538e81f9be6080ad4f3a665301eaf5df14.tar.zst minerals-a19244538e81f9be6080ad4f3a665301eaf5df14.zip | |
Add unconfigured agenix flake
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock index e20833c..a0a591b 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,52 @@ { "nodes": { + "agenix": { + "inputs": { + "darwin": "darwin", + "home-manager": [ + "home-manager" + ], + "nixpkgs": [ + "nixpkgs" + ], + "systems": "systems" + }, + "locked": { + "lastModified": 1723293904, + "narHash": "sha256-b+uqzj+Wa6xgMS9aNbX4I+sXeb5biPDi39VgvSFqFvU=", + "owner": "ryantm", + "repo": "agenix", + "rev": "f6291c5935fdc4e0bef208cfc0dcab7e3f7a1c41", + "type": "github" + }, + "original": { + "owner": "ryantm", + "repo": "agenix", + "type": "github" + } + }, + "darwin": { + "inputs": { + "nixpkgs": [ + "agenix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1700795494, + "narHash": "sha256-gzGLZSiOhf155FW7262kdHo2YDeugp3VuIFb4/GGng0=", + "owner": "lnl7", + "repo": "nix-darwin", + "rev": "4b9b83d5a92e8c1fbfd8eb27eda375908c11ec4d", + "type": "github" + }, + "original": { + "owner": "lnl7", + "ref": "master", + "repo": "nix-darwin", + "type": "github" + } + }, "flake-compat": { "locked": { "lastModified": 1696426674, @@ -70,11 +117,27 @@ }, "root": { "inputs": { + "agenix": "agenix", "flake-compat": "flake-compat", "home-manager": "home-manager", "nixpkgs": "nixpkgs", "nixpkgs-unstable": "nixpkgs-unstable" } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } } }, "root": "root", |
