Files
civitai__civitai/flake.lock
T
Zachary Lowden 7fa2780a6c chore: add NixOS dev flake pinning Prisma 6.13.0 engines (#2839)
Restores the devShell flake (was untracked and lost from the tree).
nixpkgs-unstable moved prisma to 7.x while the repo pins
@prisma/client 6.13.0, and nixpkgs never packaged 6.13.0 (jumps
6.7 -> 6.18). Prisma verifies the engine commit matches the client
exactly, so the shell fetches Prisma's official prebuilt 6.13.0
engines (commit 361e86d0...) and patchelfs them for NixOS instead of
drifting the pinned client or building from source.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-30 12:16:31 -05:00

28 lines
569 B
JSON

{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1776949667,
"narHash": "sha256-GMSVw35Q+294GlrTUKlx087E31z7KurReQ1YHSKp5iw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "01fbdeef22b76df85ea168fbfe1bfd9e63681b30",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}