all repos — homestead @ 1a09c738874027cf9b730fc5a179b120f58b0974

Code for my website

remove flake-compat (unused)

Alan Pearce
commit

1a09c738874027cf9b730fc5a179b120f58b0974

parent

5420e20df214eaa25bd80b572025d3e5807d38c8

1 file changed, 1 insertion(+), 18 deletions(-)

changed files
M flake.lockflake.lock
@@ -3,22 +3,6 @@ "nodes": {
"flake-compat": { "flake": false, "locked": { - "lastModified": 1733328505, - "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec", - "type": "github" - }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, - "flake-compat_2": { - "flake": false, - "locked": { "lastModified": 1696426674, "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", "owner": "edolstra",
@@ -94,7 +78,7 @@ }
}, "pre-commit-hooks": { "inputs": { - "flake-compat": "flake-compat_2", + "flake-compat": "flake-compat", "gitignore": "gitignore", "nixpkgs": [ "nixpkgs"
@@ -116,7 +100,6 @@ }
}, "root": { "inputs": { - "flake-compat": "flake-compat", "gomod2nix": "gomod2nix", "nixpkgs": "nixpkgs", "pre-commit-hooks": "pre-commit-hooks",