tty-share: enable on darwin

This commit is contained in:
Mario Rodas 2022-11-20 09:54:00 +00:00
parent a8ab6540fd
commit 115a8853c4

View file

@ -19,7 +19,6 @@ buildGoModule rec {
meta = with lib; {
homepage = "https://tty-share.com";
description = "Share terminal via browser for remote work or shared sessions";
platforms = platforms.linux;
license = licenses.mit;
maintainers = with maintainers; [ andys8 ];
};