feat: add traycer desktop package
Some checks failed
CI / check (push) Has been cancelled

Traycer is an open-source AI orchestration desktop app (Electron).
Packaged from the upstream AppImage via appimageTools.wrapType2,
matching the existing loop package pattern.
This commit is contained in:
2026-08-07 12:15:21 +03:00
parent eba219c8e1
commit 3d3213d61b
4 changed files with 61 additions and 1 deletions

View File

@@ -0,0 +1 @@
{ pkgs, ... }: pkgs.callPackage ./package.nix { }