all repos — website @ 4536e9e5dd826eb0e69c930312ba8f66e9c16175

My website

wip: read posts

Alan Pearce
commit

4536e9e5dd826eb0e69c930312ba8f66e9c16175

parent

ebb96f1a7f9828119bced5e562798a776f5849d4

1 file changed, 37 insertions(+), 13 deletions(-)

changed files
M flake.lockflake.lock
@@ -1,6 +1,6 @@
{ "nodes": { - "flake-compat": { + "compat": { "flake": false, "locked": { "lastModified": 1696426674,
@@ -16,21 +16,26 @@ "repo": "flake-compat",
"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": {
@@ -69,6 +75,24 @@ },
"original": { "owner": "nix-systems", "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" } }