I'm developing a Prisma-powered project and I'm switching between 2 laptops:
- Ubuntu- Prisma works perfectly fine on it - NixOS- Prisma fails to download engine binary
When I read about the new Rust-free ORM, I decided to switch to it because from my understanding reading the docs, there is no more engine binary (so I thought no more issue with OSes like NixOS).
I successfully installed it but it keeps trying to download the engine binary with the following error:
> Downloading Prisma engines for Node-API for linux-nixosError: Failed to fetch sha256 checksum at https://binaries.prisma.sh/all_commits/9c30299f5a0ea26a96790e13f796dc6094db3173/linux-nixos/schema-engine.gz.sha256 - 404 Not Found
> Downloading Prisma engines for Node-API for linux-nixosError: Failed to fetch sha256 checksum at https://binaries.prisma.sh/all_commits/9c30299f5a0ea26a96790e13f796dc6094db3173/linux-nixos/schema-engine.gz.sha256 - 404 Not Found