eraserhd / parinfer-rust

A Rust port of parinfer.
ISC License
546 stars 42 forks source link

chore(nix): remove the need to manually update cargoSha256 #126

Closed virchau13 closed 2 years ago

virchau13 commented 2 years ago

This removes the manual specification of cargoSha256, and replaces it by specifying cargoLock.lockFile instead. This removes the need to manually update cargoSha256; Cargo.lock can be updated without fear of the Nix build breaking.

(This also fixes the Nix build breaking after the last update of Cargo.lock.)

eraserhd commented 2 years ago

Thanks!