Rollback nixpkgs: Difference between revisions
m rewording |
m link to hydra |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
It is possible some software you depend on breaks in an updated nixpkgs release. If you need to roll back to a previous version of nixpkgs here an example method of using Hydra to get the last tested release of nixpkgs that contains it. | It is possible some software you depend on breaks in an updated nixpkgs release. If you need to roll back to a previous version of nixpkgs here an example method of using [[Hydra]] to get the last tested release of nixpkgs that contains it. | ||
This specific example is where an update to Linux 6.6.57 breaks netfilter and we need to roll back to 6.6.56. | This specific example is where an update to Linux 6.6.57 breaks netfilter and we need to roll back to 6.6.56. | ||
Line 58: | Line 58: | ||
Here is the summary page of the tested build we want showing it as successful with the git commit hash. | Here is the summary page of the tested build we want showing it as successful with the git commit hash. | ||
[[Category:Nixpkgs]] | |||
[[Category:Tutorial]] |