Fix crashing logseq for now
This commit is contained in:
parent
a268436f68
commit
4f32f04d6b
|
@ -52,7 +52,11 @@ in
|
||||||
# Note taking
|
# Note taking
|
||||||
(if pkgs.stdenv.isAarch64 then
|
(if pkgs.stdenv.isAarch64 then
|
||||||
pkgs.hello
|
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
|
# (if stdenv.isAarch64 then zotero else pkgs.unstable.zotero) // kinda fucked for now from CVE
|
||||||
libreoffice
|
libreoffice
|
||||||
|
|
Loading…
Reference in a new issue