add tunerstudio package
Some checks failed
Build tests / build-hosts (pull_request) Successful in 22s
Flake check / flake-check (pull_request) Failing after 3s

This commit is contained in:
sid 2026-03-07 13:48:18 +01:00
parent 5d1facefed
commit 5ec210f9dc
2 changed files with 64 additions and 0 deletions

View file

@ -19,6 +19,7 @@
synapse_change_display_name = pkgs.callPackage ./synapse_change_display_name { };
synix-docs = pkgs.callPackage ./synix-docs { };
trelis-gitingest-mcp = pkgs.callPackage ./trelis-gitingest-mcp { };
tunerstudio = pkgs.callPackage ./tunerstudio { };
# marker-pdf = pkgs.callPackage ./marker-pdf { }; # FIXME
}