Loading pkgs/by-name/mo/modrinth-app-unwrapped/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -166,7 +166,7 @@ rustPlatform.buildRustPackage (finalAttrs: { # This builds on architectures like aarch64, but the launcher itself does not support them yet. # Darwin is the only exception # See https://github.com/modrinth/code/issues/776#issuecomment-1742495678 broken = !stdenv.hostPlatform.isx86_64 && !stdenv.hostPlatform.isDarwin; broken = !stdenv.hostPlatform.isx86_64 || !stdenv.hostPlatform.isLinux; sourceProvenance = with lib.sourceTypes; [ fromSource binaryBytecode # mitm cache Loading Loading
pkgs/by-name/mo/modrinth-app-unwrapped/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -166,7 +166,7 @@ rustPlatform.buildRustPackage (finalAttrs: { # This builds on architectures like aarch64, but the launcher itself does not support them yet. # Darwin is the only exception # See https://github.com/modrinth/code/issues/776#issuecomment-1742495678 broken = !stdenv.hostPlatform.isx86_64 && !stdenv.hostPlatform.isDarwin; broken = !stdenv.hostPlatform.isx86_64 || !stdenv.hostPlatform.isLinux; sourceProvenance = with lib.sourceTypes; [ fromSource binaryBytecode # mitm cache Loading