all repos — website @ 656815a240bf56b6c46096d7875de1e04bc7c4a3

My website

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

Alan Pearce
commit

656815a240bf56b6c46096d7875de1e04bc7c4a3

parent

c6917416ca0dcc36af98b7039fd19c57d8dcedb5

2 files changed, 3 insertions(+), 3 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"
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; };