From c9d041679262bbfbdf3ad57baadecf38489b2227 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Tue, 16 Sep 2025 16:38:46 -0600 Subject: [PATCH] flake: make homepage input follow nixpkgs --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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";