all repos — homestead @ eba039b3d46fe9a53a5b2dbe66b5fa76f735a536

Code for my website

fix flake-compat layer (default.nix refers to flake-compat)

Alan Pearce
commit

eba039b3d46fe9a53a5b2dbe66b5fa76f735a536

parent

fd998f55c64127165fba45c69ea9563dc302011e

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M flake.lockflake.lock
@@ -1,6 +1,6 @@
{ "nodes": { - "compat": { + "flake-compat": { "flake": false, "locked": { "lastModified": 1696426674,
@@ -57,7 +57,7 @@ }
}, "root": { "inputs": { - "compat": "compat", + "flake-compat": "flake-compat", "gomod2nix": "gomod2nix", "nixpkgs": "nixpkgs", "utils": "utils"