I would love to package this program in nixpkgs, but the lockfiles not being tracked by git makes it impossible without creating a downstream patch. Without the lockfile the build is simply not deterministic. It would help a lot if you could remove Cargo.lock and package-lock.json from the .gitignore and track those files with source control.
I would love to package this program in nixpkgs, but the lockfiles not being tracked by git makes it impossible without creating a downstream patch. Without the lockfile the build is simply not deterministic. It would help a lot if you could remove
Cargo.lock
andpackage-lock.json
from the.gitignore
and track those files with source control.