SchildiChat / schildichat-desktop

Matrix client / Element Web/Desktop fork
https://schildi.chat
Apache License 2.0
379 stars 44 forks source link

add Nix flake #87

Closed yu-re-ka closed 3 years ago

yu-re-ka commented 3 years ago

Running from the cloned repo only works with latest Nix master.

For nixUnstable users:

nix build 'git+https://github.com/yu-re-ka/schildichat-desktop?ref=feature-nix-flake&submodules=true#schildichat-desktop'

For nix stable users:

nix run -f https://github.com/NixOS/nix/archive/master.tar.gz -c nix build --experimental-features "nix-command flakes" 'git+https://github.com/yu-re-ka/schildichat-desktop?ref=feature-nix-flake&submodules=true#schildichat-desktop'