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.
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.
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 theCargo.lock
file in git to ensure a reproducible build.It would be nice to have this in the next release.