Unverified Commit 3bc50ffb authored by Grace Dinh's avatar Grace Dinh Committed by GitHub
Browse files

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

parent bc9a00ed
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;