cointop-sh / cointop

A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
https://cointop.sh
Apache License 2.0
4k stars 310 forks source link

feat(/flake.nix): add a nix flake to facilitate reproducible builds #294

Closed johnrichardrinehart closed 2 years ago

johnrichardrinehart commented 2 years ago

Description

This PR introduces a flake.nix to be used with the nix build system to help support reproducible builds. Please consider this for your project - it's something like a Dockerfile in that including it is low cost, but high benefit.

miguelmota commented 2 years ago

Thanks @johnrichardrinehart!