all repos — homestead @ 1a09c738874027cf9b730fc5a179b120f58b0974

Code for my website

remove flake-compat (unused)

Alan Pearce
commit

1a09c738874027cf9b730fc5a179b120f58b0974

parent

5420e20df214eaa25bd80b572025d3e5807d38c8

1 file changed, 0 insertions(+), 4 deletions(-)

changed files
M flake.nixflake.nix
@@ -2,10 +2,6 @@ {
description = "My website, alanpearce.eu"; inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; inputs.utils.url = "github:numtide/flake-utils"; - inputs.flake-compat = { - url = "github:edolstra/flake-compat"; - flake = false; - }; inputs.gomod2nix.url = "github:nix-community/gomod2nix"; inputs.gomod2nix.inputs.nixpkgs.follows = "nixpkgs"; inputs.gomod2nix.inputs.flake-utils.follows = "utils";