all repos — homestead @ eba039b3d46fe9a53a5b2dbe66b5fa76f735a536

Code for my website

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

Alan Pearce
commit

eba039b3d46fe9a53a5b2dbe66b5fa76f735a536

parent

fd998f55c64127165fba45c69ea9563dc302011e

2 files changed, 3 insertions(+), 3 deletions(-)

jump to
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"
M flake.nixflake.nix
@@ -2,7 +2,7 @@ {
description = "My website, alanpearce.eu"; inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; inputs.utils.url = "github:numtide/flake-utils"; - inputs.compat = { + inputs.flake-compat = { url = "github:edolstra/flake-compat"; flake = false; };