add package for website

This commit is contained in:
Kopatz
2024-05-04 16:47:08 +02:00
parent e9271d8c0f
commit def344c5af
3 changed files with 23 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
{pkgs, ...}: {
tetrio = pkgs.callPackage ./tetrio-desktop/package.nix { };
hub = pkgs.callPackage ./hub/default.nix { };
}