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, 1 insertion(+), 1 deletion(-)

changed files
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; };