Merge pull request #140858 from pimeys/prisma-linux-aarch64

prisma-engines: add support for aarch64-linux

authored by Domen Kožar and committed by GitHub 710be109 45da228a

+1 -1
+1 -1
pkgs/development/tools/database/prisma-engines/default.nix
··· 52 52 description = "A collection of engines that power the core stack for Prisma"; 53 53 homepage = "https://www.prisma.io/"; 54 54 license = licenses.asl20; 55 - platforms = [ "x86_64-linux" ]; 55 + platforms = [ "x86_64-linux" "aarch64-linux" ]; 56 56 maintainers = with maintainers; [ pamplemousse pimeys ]; 57 57 }; 58 58 }