Nix has a behavior where if you provide a hash, even if the recipe for a derivation changes nix will not recompute the derivation - provided it's still in the store. This was causing us trouble with our pds dependencies after the recent npins bump
+1
-1
packetmix/packages/bluesky-pds/default.nix
+1
-1
packetmix/packages/bluesky-pds/default.nix
History
1 round
0 comments
a.starrysky.fyi
submitted
#0
1 commit
expand
collapse
fix(pm/bluesky): bump dependencies hash
Nix has a behavior where if you provide a hash, even if the recipe for
a derivation changes nix will not recompute the derivation - provided
it's still in the store. This was causing us trouble with our pds
dependencies after the recent npins bump
expand 0 comments
pull request successfully merged