nixpkgs/pkgs/applications/misc/logseq
LoveIsGrief 7db6808335
logseq: Fix publishing graph
Related to https://github.com/logseq/logseq/issues/6880

Logseq publishes graphs by copying application assets into a folder and then the graph files (+/- some operations).
In a normal linux distribution the application asset directories are rw but only by root.
On nix, the directories are read-only, which leads to the copied directories also being ro and logseq failing
 to copy the graph files into the target.

A fix from the logseq team isn't forthcoming (yet?), so we circumvent the entire ro issue by using
 run-appimage, which extracts the appimage into a user-writeable directory.
2023-01-27 11:05:20 +01:00
..
default.nix logseq: Fix publishing graph 2023-01-27 11:05:20 +01:00
update.sh feat(logseq): ignore prereleases on update check 2022-06-25 15:26:38 +02:00