dheijl / swyh-rs

Stream What You Hear written in rust, inspired by SWYH.
MIT License
309 stars 14 forks source link

[nix] Add receipts for building with nix #117

Closed ein-shved closed 4 months ago

ein-shved commented 4 months ago

Not sure, if you happy to see this receipts in mainstream, but with NIX the build instruction degenerates to one simple line:

nix build github:dheijl/swyh-rs

It is reliable and portable, you do not even need to clone the repo.

If you never used NIX you can try it on my fork of your project:

apt install nix
nix --extra-experimental-features 'flakes nix-command' run github:ein-shved/swyh-rs/nix
dheijl commented 4 months ago

Thanks, I'll try it out!