···1-The Hoarder project uses a very specific version of pnpm (9.0.0-alpha.8) and
2-will fail to build with other pnpm versions. Instead of adding this pnpm
3-version to nixpkgs, we override this requirement and use the latest v9 release.
45---
6--- a/package.json
···9 "turbo": "^2.1.2"
10 },
11 "prettier": "@karakeep/prettier-config",
12-- "packageManager": "pnpm@9.0.0-alpha.8+sha256.a433a59569b00389a951352956faf25d1fdf43b568213fbde591c36274d4bc30",
13+ "packageManager": "pnpm",
14 "pnpm": {
15 "patchedDependencies": {
16 "xcode@3.0.1": "patches/xcode@3.0.1.patch"
17---- a/pnpm-lock.yaml
18-+++ b/pnpm-lock.yaml
19-@@ -1,4 +1,4 @@
20--lockfileVersion: '7.0'
21-+lockfileVersion: '9.0'
22-23- settings:
24- autoInstallPeers: true
···1+Karakeep uses a specific version of pnpm and will fail to build with other pnpm
2+versions. Instead of adding this pnpm version to nixpkgs, we override this
3+requirement.
45---
6--- a/package.json
···9 "turbo": "^2.1.2"
10 },
11 "prettier": "@karakeep/prettier-config",
12+- "packageManager": "pnpm@9.15.9",
13+ "packageManager": "pnpm",
14 "pnpm": {
15 "patchedDependencies": {
16 "xcode@3.0.1": "patches/xcode@3.0.1.patch"
00000000