Hello, can somebody help me with steps to find cached version of a package?
Taking for example the recent onedrive bump to 2.3.13.
This is the pull request- https://github.com/NixOS/nixpkgs/pull/77854
At the end of it there is a statement that says- alyssais merged commit https://github.com/NixOS/nixpkgs/commit/96d2790061f6d34af01b7dde5f17662305d87946
.
This happened twelve days ago.
Now I go to channel history here https://channels.nix.gsc.io/nixos-unstable/history and do a log search towards the end and find using date -d @<timestamp>
that there are 11 nixos-unstable releases since then. I believe a nixos-unstable release also caches artifacts.
I’m using a pretty recent build 8a9807f1941d046f120552b879cf54a94fca4b38
(the third last line in the history above). Not the last because I don’t understand the caching mechanism. This is 4 days old. However, I’m still having to rebuild onedrive locally.
Could you give me pointers about next step? How do I figure out why I need to build this locally? I want to use a cached version and want to find a commit which would give me one.