TiddlyWiki / TiddlyDesktop

A custom desktop browser for TiddlyWiki 5 and TiddlyWiki Classic, based on nw.js
1.69k stars 124 forks source link

Add NixOS package #257

Closed emmanuelrosa closed 1 year ago

emmanuelrosa commented 1 year ago

This commit adds a NixOS package.

Long story short, NixOS is a Linux distribution that takes a different approach to installing applications. As such, Linux binaries that run fine on other distros do not work on NixOS; Libraries and binaries are not where they normally are.

The package provided uses the TiddlyDesktop package from this repo, combined with the TiddlyWiki and NW.js packages from NixOS (Nixpkgs). Note, the TiddlyWiki package comes from NPM.

~Note: I just relealized that I should update bld.sh so that it updates the version in tiddlydesktop.nix. I'll put the PR in draft mode so I can address this later.~

Closes #106

Jermolene commented 1 year ago

Thank you @emmanuelrosa much appreciated.