···11-The Hoarder project uses a very specific version of pnpm (9.0.0-alpha.8) and
22-will fail to build with other pnpm versions. Instead of adding this pnpm
33-version to nixpkgs, we override this requirement and use the latest v9 release.
11+Karakeep uses a specific version of pnpm and will fail to build with other pnpm
22+versions. Instead of adding this pnpm version to nixpkgs, we override this
33+requirement.
4455---
66--- a/package.json
···99 "turbo": "^2.1.2"
1010 },
1111 "prettier": "@karakeep/prettier-config",
1212-- "packageManager": "pnpm@9.0.0-alpha.8+sha256.a433a59569b00389a951352956faf25d1fdf43b568213fbde591c36274d4bc30",
1212+- "packageManager": "pnpm@9.15.9",
1313+ "packageManager": "pnpm",
1414 "pnpm": {
1515 "patchedDependencies": {
1616 "xcode@3.0.1": "patches/xcode@3.0.1.patch"
1717---- a/pnpm-lock.yaml
1818-+++ b/pnpm-lock.yaml
1919-@@ -1,4 +1,4 @@
2020--lockfileVersion: '7.0'
2121-+lockfileVersion: '9.0'
2222-2323- settings:
2424- autoInstallPeers: true