cider: mark as broken (fails to launch in any graphical session)

This commit is contained in:
theunpleasantowl
2026-04-12 13:52:06 -04:00
parent 176cd43afd
commit 48ea61c648
+1
View File
@@ -37,5 +37,6 @@ appimageTools.wrapType2 rec {
mainProgram = "cider";
maintainers = [ lib.maintainers.cigrainger ];
platforms = [ "x86_64-linux" ];
broken = true;
};
}