1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

modrinth-app-unwrapped: remove with statements

This commit is contained in:
Philip Taron 2024-08-16 12:06:55 -07:00
parent c58fcdeb91
commit aa20ccad78
No known key found for this signature in database

View file

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