diff options
| author | seth <[email protected]> | 2023-03-10 21:34:29 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-10 21:34:29 -0500 |
| commit | 4052e2795080d4ce72e64aec4e7b6eb8d823946e (patch) | |
| tree | d6a70e299a5266ee0085f750317043424e18414a /flake.lock | |
| parent | 8a7757fded4269a759dcf5fc4ce8e1013c557d5d (diff) | |
use agenix for passwords
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 44 |
1 files changed, 44 insertions, 0 deletions
@@ -1,5 +1,26 @@ { "nodes": { + "agenix": { + "inputs": { + "darwin": "darwin", + "nixpkgs": [ + "nixpkgsUnstable" + ] + }, + "locked": { + "lastModified": 1677969766, + "narHash": "sha256-AIp/ZYZMNLDZR/H7iiAlaGpu4lcXsVt9JQpBlf43HRY=", + "owner": "ryantm", + "repo": "agenix", + "rev": "03b51fe8e459a946c4b88dcfb6446e45efb2c24e", + "type": "github" + }, + "original": { + "owner": "ryantm", + "repo": "agenix", + "type": "github" + } + }, "crane": { "inputs": { "flake-compat": "flake-compat", @@ -30,6 +51,28 @@ "type": "github" } }, + "darwin": { + "inputs": { + "nixpkgs": [ + "agenix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1673295039, + "narHash": "sha256-AsdYgE8/GPwcelGgrntlijMg4t3hLFJFCRF3tL5WVjA=", + "owner": "lnl7", + "repo": "nix-darwin", + "rev": "87b9d090ad39b25b2400029c64825fc2a8868943", + "type": "github" + }, + "original": { + "owner": "lnl7", + "ref": "master", + "repo": "nix-darwin", + "type": "github" + } + }, "flake-compat": { "flake": false, "locked": { @@ -509,6 +552,7 @@ }, "root": { "inputs": { + "agenix": "agenix", "getchoo": "getchoo", "home-manager": "home-manager", "lanzaboote": "lanzaboote", |
