cook-cli is a bit of an unusual package. It is a rust binary that requires some NPM dependencies for its webserver. nixpkgs-update is only updating the src hash and the Cargo hash, but not the npm dependencies hash. This sometimes breaks the package and requires manual intervention, e.g..
I'm wondering if this is a bug or expected behaviour? If it's the former, I'd be happy to attempt a PR to fix. If it's the latter, should cook-cli be put on the skiplist? I did scan the FAQ and issues but didn't really see anything there.
Thanks!
cook-cli is a bit of an unusual package. It is a rust binary that requires some NPM dependencies for its webserver.
nixpkgs-updateis only updating the src hash and the Cargo hash, but not the npm dependencies hash. This sometimes breaks the package and requires manual intervention, e.g..I'm wondering if this is a bug or expected behaviour? If it's the former, I'd be happy to attempt a PR to fix. If it's the latter, should cook-cli be put on the skiplist? I did scan the FAQ and issues but didn't really see anything there.
Thanks!