From 1eadfac54824db59c61bc9cac644910933d0e71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Tue, 22 Jul 2025 14:53:08 -0600 Subject: [PATCH] chore(slippi-launcher): Mark as broken --- pkgs/slippi-launcher/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/slippi-launcher/default.nix b/pkgs/slippi-launcher/default.nix index 15c76db..1651b74 100644 --- a/pkgs/slippi-launcher/default.nix +++ b/pkgs/slippi-launcher/default.nix @@ -179,5 +179,6 @@ stdenv.mkDerivation (final: { changelog = "https://github.com/project-slippi/slippi-launcher/releases/tag/v${final.version}"; platforms = lib.platforms.all; + broken = true; }; })