chore(slippi-launcher): Mark as broken

This commit is contained in:
2025-07-22 14:53:08 -06:00
parent 7ce5863058
commit 1eadfac548

View File

@@ -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;
};
})