Logseq: pin electron version until upstream gets fixed

This commit is contained in:
Filippo Berto 2024-10-08 16:32:29 +02:00
parent 59f8a44705
commit fde2ecb6ae
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -109,6 +109,7 @@
"--force-dark-mode" "--force-dark-mode"
]; ];
}; };
logseq = super.logseq.override { electron = super.electron_27; };
}) })
]; ];