jetify-com / devbox

Instant, easy, and predictable development environments
https://www.jetify.com/devbox/
Apache License 2.0
8.28k stars 192 forks source link

nodejs reference hashes are not unique #1942

Closed ben-redvanworkshop closed 5 months ago

ben-redvanworkshop commented 5 months ago

What happened?

When you navigate to https://www.nixhub.io/packages/nodejs search for the hash a3ed7406349a9335cb4c2a71369b697cecd9d351 using your browser. You'll see the hash is in use for versions 18.19.1, 20.11.1, 21.7.1 just as an example

savil commented 5 months ago

@ben-redvanworkshop IIUC that means that these versions of nodejs are from the "nix derivations" that are defined in the same nixpkgs commit-hash i.e. https://github.com/nixOS/nixpkgs/commit/a3ed7406349a9335cb4c2a71369b697cecd9d351

cc @gcurtis in case I'm misrepresenting this.