update tetrio myself

This commit is contained in:
Kopatz
2024-03-26 10:50:50 +01:00
parent 3c20bf7d3e
commit 4c13ebb225
6 changed files with 156 additions and 13 deletions

3
pkgs/default.nix Normal file
View File

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