update and fix karakeep transitive dependency error

This commit is contained in:
Noah Masur
2026-07-11 09:11:49 -06:00
parent e04cdab409
commit 76b50920de
2 changed files with 46 additions and 43 deletions
+3
View File
@@ -103,6 +103,9 @@ lib
config.permittedInsecurePackages = [
"litestream-0.3.13"
"electron-36.9.5"
# Build-time-only dep of karakeep's frontend; CVEs don't reach
# the runtime closure. Remove once nixpkgs bumps it.
"pnpm-9.15.9"
];
config.allowUnfree = true;
}