diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-05-15 14:11:10 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-05-15 14:11:10 -0700 |
commit | 7392997c56f9188a8215a363011fc417fc1d9366 (patch) | |
tree | 622a09bf22c9a6c5a426a22760685ae77984ab16 | |
parent | e9483ff2bc5bc3425b11071f964fca70b6a09c73 (diff) | |
download | nix-7392997c56f9188a8215a363011fc417fc1d9366.tar nix-7392997c56f9188a8215a363011fc417fc1d9366.tar.gz nix-7392997c56f9188a8215a363011fc417fc1d9366.tar.bz2 nix-7392997c56f9188a8215a363011fc417fc1d9366.tar.lz nix-7392997c56f9188a8215a363011fc417fc1d9366.tar.xz nix-7392997c56f9188a8215a363011fc417fc1d9366.tar.zst nix-7392997c56f9188a8215a363011fc417fc1d9366.zip |
Update to latest flake.lock
-rw-r--r-- | flake.lock | 60 |
1 files changed, 0 insertions, 60 deletions
@@ -1,28 +1,5 @@ { "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": [ @@ -43,27 +20,6 @@ "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": [ @@ -154,7 +110,6 @@ }, "root": { "inputs": { - "agenix": "agenix", "disko": "disko", "home-manager-stable": "home-manager-stable", "home-manager-unstable": "home-manager-unstable", @@ -162,21 +117,6 @@ "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", |