Add nix flake for working Prisma engines on NixOS - #32
Merged
Conversation
Uses nix-prisma-utils to provide patched schema-engine/prisma-fmt binaries so `prisma generate`/`migrate` work under NixOS's non-FHS dynamic linker without needing prisma-engines from nixpkgs. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Tatsu723
temporarily deployed
to
nix-prisma-flake - vocabook PR #32
August 22, 2026 03:34 — with
Render
Destroyed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
flake.nix/flake.lockusing nix-prisma-utils to provide NixOS-patched Prisma schema-engine and prisma-fmt binaries viadevShells.defaultprisma-enginesfrom nixpkgsnodejs_24to match the version currently used locallyTest plan
nix developbuilds successfullynpx prisma -vshows schema engine resolved viaPRISMA_SCHEMA_ENGINE_BINARYfrom the Nix storenpx prisma generatesucceeds inside the dev shell🤖 Generated with Claude Code