Fix crashing logseq for now

This commit is contained in:
Natsu Kagami 2023-11-09 13:29:12 +01:00
parent a268436f68
commit 4f32f04d6b
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -52,7 +52,11 @@ in
# Note taking
(if pkgs.stdenv.isAarch64 then
pkgs.hello
else logseq)
else
logseq.override {
# https://github.com/electron/electron/issues/32760
electron = pkgs.electron_25;
})
# (if stdenv.isAarch64 then zotero else pkgs.unstable.zotero) // kinda fucked for now from CVE
libreoffice