From 115a8853c4590dbdab22c7c34e35f0bd4b5ea558 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 20 Nov 2022 09:54:00 +0000 Subject: [PATCH] tty-share: enable on darwin --- pkgs/applications/misc/tty-share/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/misc/tty-share/default.nix b/pkgs/applications/misc/tty-share/default.nix index 92ff192c101a..37cc10c3823c 100644 --- a/pkgs/applications/misc/tty-share/default.nix +++ b/pkgs/applications/misc/tty-share/default.nix @@ -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 ]; };