diff options
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 66 |
1 files changed, 63 insertions, 3 deletions
@@ -1,5 +1,28 @@ { "nodes": { + "agenix": { + "inputs": { + "darwin": [], + "home-manager": "home-manager", + "nixpkgs": [ + "nixpkgs-unstable" + ], + "systems": "systems" + }, + "locked": { + "lastModified": 1715290355, + "narHash": "sha256-2T7CHTqBXJJ3ZC6R/4TXTcKoXWHcvubKNj9SfomURnw=", + "owner": "ryantm", + "repo": "agenix", + "rev": "8d37c5bdeade12b6479c85acd133063ab53187a0", + "type": "github" + }, + "original": { + "owner": "ryantm", + "repo": "agenix", + "type": "github" + } + }, "disko": { "inputs": { "nixpkgs": [ @@ -20,6 +43,27 @@ "type": "github" } }, + "home-manager": { + "inputs": { + "nixpkgs": [ + "agenix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1703113217, + "narHash": "sha256-7ulcXOk63TIT2lVDSExj7XzFx09LpdSAPtvgtM7yQPE=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "3bfaacf46133c037bb356193bd2f1765d9dc82c1", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "home-manager", + "type": "github" + } + }, "home-manager-stable": { "inputs": { "nixpkgs": [ @@ -78,11 +122,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1715783552, - "narHash": "sha256-dpQWboTQ87MspQLo1r4joDjKjGMZXGFrujPFFldnHr4=", + "lastModified": 1715793028, + "narHash": "sha256-4gmVXcjDJ2BYIRi/zhUXmQsgdIYBn3a3hpEWwhbjkME=", "owner": "nixos", "repo": "nixpkgs", - "rev": "8d266f7b8a72ab42fb382eaed8c834375b049c53", + "rev": "8bb0d570cec767c044e0e5ec592f4819ca12bb70", "type": "github" }, "original": { @@ -110,6 +154,7 @@ }, "root": { "inputs": { + "agenix": "agenix", "disko": "disko", "home-manager-stable": "home-manager-stable", "home-manager-unstable": "home-manager-unstable", @@ -117,6 +162,21 @@ "nixpkgs-stable": "nixpkgs-stable", "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", |