Rollback nixpkgs: Difference between revisions

Sedlund (talk | contribs)
init: Nixpkgs rollback - using Hydra as source of truth
 
Sedlund (talk | contribs)
m wordage
Line 165: Line 165:




Here we noticed we are on the tested job of the "trunk-combined" jobset.  We compare the git commit hashes of the built package we want a find them.  In this example we see that build 275414986 successfully passed the "tested" job with the green check mark status.  
 
Here we notice we are on the "tested" job of the "trunk-combined" jobset.  We compare the git commit hashes of the nixpkgs evals we got from the previous step to find the tested jobs that contain the kernel we want.  In this example we see that build 275414986 successfully passed the "tested" job with the green check mark status.  


So it is the latest nixos-unstable evaluation that has the kernel we want.  We can then know with confidence that we can use `5785b6bb5eaa git commit hash in our flake for nixpkgs to build our system and utilise the NixOS cache.
So it is the latest nixos-unstable evaluation that has the kernel we want.  We can then know with confidence that we can use `5785b6bb5eaa git commit hash in our flake for nixpkgs to build our system and utilise the NixOS cache.