diff options
author | Alan Pearce | 2024-04-14 20:11:14 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-16 18:10:11 +0200 |
commit | 4536e9e5dd826eb0e69c930312ba8f66e9c16175 (patch) | |
tree | c217312bd2c89067828fd62216295a20c01c9a91 /flake.lock | |
parent | ebb96f1a7f9828119bced5e562798a776f5849d4 (diff) | |
download | website-4536e9e5dd826eb0e69c930312ba8f66e9c16175.tar.lz website-4536e9e5dd826eb0e69c930312ba8f66e9c16175.tar.zst website-4536e9e5dd826eb0e69c930312ba8f66e9c16175.zip |
wip: read posts
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 50 |
1 files changed, 37 insertions, 13 deletions
diff --git a/flake.lock b/flake.lock index 34ed9ad..b048c4e 100644 --- a/flake.lock +++ b/flake.lock @@ -1,6 +1,6 @@ { "nodes": { - "flake-compat": { + "compat": { "flake": false, "locked": { "lastModified": 1696426674, @@ -16,21 +16,26 @@ "type": "github" } }, - "flake-utils": { + "gomod2nix": { "inputs": { - "systems": "systems" + "flake-utils": [ + "utils" + ], + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { - "lastModified": 1710146030, - "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "lastModified": 1710154385, + "narHash": "sha256-4c3zQ2YY4BZOufaBJB4v9VBBeN2dH7iVdoJw8SDNCfI=", + "owner": "tweag", + "repo": "gomod2nix", + "rev": "872b63ddd28f318489c929d25f1f0a3c6039c971", "type": "github" }, "original": { - "owner": "numtide", - "repo": "flake-utils", + "owner": "tweag", + "repo": "gomod2nix", "type": "github" } }, @@ -52,9 +57,10 @@ }, "root": { "inputs": { - "flake-compat": "flake-compat", - "flake-utils": "flake-utils", - "nixpkgs": "nixpkgs" + "compat": "compat", + "gomod2nix": "gomod2nix", + "nixpkgs": "nixpkgs", + "utils": "utils" } }, "systems": { @@ -71,6 +77,24 @@ "repo": "default", "type": "github" } + }, + "utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } } }, "root": "root", |