eternal-terminal: unmark broken on darwin (#208833)

This commit is contained in:
Grace Dinh
2023-01-09 01:01:22 +01:00
committed by GitHub
parent bc9a00ed26
commit 3bc50ffbb0
@@ -50,7 +50,6 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with lib; {
broken = stdenv.isDarwin;
description = "Remote shell that automatically reconnects without interrupting the session";
homepage = "https://eternalterminal.dev/";
license = licenses.asl20;