1
0
forked from clan/clan-infra

flake: also allow to build homepage from this flake

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 { };
};