From 1f63320d6b996a88bc758b0eb323232a1b50d7f5 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Sun, 14 Sep 2025 16:05:28 -0600 Subject: [PATCH] flake: fix typo in homepage input --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3a1ac88..71c7fc6 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - homepage.url = "git+https://git.posixlycorrect.com/fabian/homepage.git?branch=master"; + homepage.url = "git+https://git.posixlycorrect.com/fabian/homepage.git"; authentik-nix = { url = "github:nix-community/authentik-nix";