From c89b9bc628ad1c8bcac6ebe69b43ec6fbbb3fd1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 13 Jul 2023 19:14:56 +0200 Subject: [PATCH] flake: also allow to build homepage from this flake --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index d171a42..8d6347e 100644 --- a/flake.nix +++ b/flake.nix @@ -70,6 +70,7 @@ ])) ]; }; + homepage = inputs'.homepage.packages.default; } // lib.optionalAttrs (!pkgs.stdenv.isDarwin) { gitea = pkgs.callPackage ./pkgs/gitea { }; };