vtracer icon indicating copy to clipboard operation
vtracer copied to clipboard

added nixos support | removed Cargo.lock from .gitignore

Open sandptel opened this issue 1 year ago • 1 comments

#99

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

sandptel avatar Dec 10 '24 09:12 sandptel

Why have you removed Cargo.lock from gitignore?

eirnym avatar Nov 17 '25 13:11 eirnym

Hi @eirnym, It's been a while and I do not exactly remember why I chose to do that ( mostly because the nix builder need to calculate the sha256 hash of the dependency graph of rust/cargo libraries used here, by readily fetching all of those and then calculating that and matching it with the mentioned one in the derivation to be sure about the reproducibility of the following package). But after a proper review a working derivation of vtracer has been merged in nixpkgs and is readily available to use there, which removes the need for the following addition.

sandptel avatar Dec 21 '25 18:12 sandptel