logseq: pin electron to electron_39 to fix plugin loading

This commit is contained in:
TomaSajt
2026-05-01 17:27:09 +02:00
parent bf964d529d
commit 45b3decff2

View File

@@ -22,10 +22,13 @@
xcbuild,
zip,
electron,
electron_39,
git,
}:
let
electron = electron_39;
in
stdenv.mkDerivation (finalAttrs: {
pname = "logseq";
version = "0.10.15";