diff options
-rw-r--r-- | flake.lock | 4 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/flake.lock b/flake.lock index b048c4e..2b78f48 100644 --- a/flake.lock +++ b/flake.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" diff --git a/flake.nix b/flake.nix index 979dc0f..5f70ae0 100644 --- a/flake.nix +++ b/flake.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; }; |