sanpii / effitask

Graphical task manager, based on the todo.txt format.
MIT License
225 stars 15 forks source link

Add Cargo.lock #48

Closed davidak closed 4 years ago

davidak commented 4 years ago

I packaged the software for Nix. It's the package manager for NixOS and works also on other linux distributions, macOS and theoretically also BSD and Windows.

https://github.com/NixOS/nixpkgs/pull/84291

Nix depends on a Cargo.lock file. It is also recommended in the Cargo Book best practices guide for Rust applications to commit the Cargo.lock file in git to ensure a reproducible build.

It would be nice to have this in the next release.