mirror of
https://github.com/civitai/civitai.git
synced 2026-09-20 22:08:18 +08:00
7fa2780a6c
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>
28 lines
569 B
JSON
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
|
|
}
|