diff --git a/flake.nix b/flake.nix index 0c39b9e..f60e7c6 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,10 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - homepage.url = "git+https://git.posixlycorrect.com/fabian/homepage.git"; + homepage = { + url = "git+https://git.posixlycorrect.com/fabian/homepage.git"; + inputs.nixpkgs.follows = "nixpkgs"; + }; authentik-nix = { url = "github:nix-community/authentik-nix";