modrinth-app-unwrapped: remove with statements

This commit is contained in:
Philip Taron
2024-08-18 06:31:14 -07:00
parent c58fcdeb91
commit aa20ccad78
@@ -187,7 +187,7 @@ rustPlatform.buildRustPackage {
unfreeRedistributable
];
maintainers = with lib.maintainers; [ getchoo ];
platforms = with lib; platforms.linux ++ platforms.darwin;
platforms = lib.platforms.linux ++ lib.platforms.darwin;
# this builds on architectures like aarch64, but the launcher itself does not support them yet
broken = !stdenv.isx86_64;
};