add ente frontend

This commit is contained in:
Kopatz
2024-05-04 20:52:44 +02:00
parent 3041aba526
commit 349a6d61aa
6 changed files with 66 additions and 8 deletions

View File

@@ -1,4 +1,6 @@
{pkgs, ...}: {
{pkgs, ...}: rec {
tetrio = pkgs.callPackage ./tetrio-desktop/package.nix { };
hub = pkgs.callPackage ./hub/default.nix { };
ente-frontend = pkgs.callPackage ./ente-frontend/default.nix { };
website = pkgs.callPackage ./website/default.nix { inherit hub ente-frontend; };
}