flake: also allow to build homepage from this flake
All checks were successful
build / test (push) Successful in 9s

This commit is contained in:
Jörg Thalheim 2023-07-13 19:14:56 +02:00
parent 9222adbef7
commit c89b9bc628

View File

@ -70,6 +70,7 @@
]))
];
};
homepage = inputs'.homepage.packages.default;
} // lib.optionalAttrs (!pkgs.stdenv.isDarwin) {
gitea = pkgs.callPackage ./pkgs/gitea { };
};