Skip to content

Instantly share code, notes, and snippets.

View kugurerdem's full-sized avatar
👋

Uğur Erdem Seyfi kugurerdem

👋
View GitHub Profile
@kugurerdem
kugurerdem / logseq-nix-dev.md
Last active October 22, 2024 11:02
shell.nix file for logseq desktop dev environment

I was having problems running the LogSeq Desktop development environment from source code in NixOS.

This is because you cannot run dynamically linked executables intended for Linux environments out of the box.

And the dev tools that LogSeq use assumes an FHS environment.

I bet there is a more elegant way to solve this problem but this is my quick workaround to overcome the issue.

# shell.nix file