diff options
author | Dmitry Kalinkin <dmitry.kalinkin@gmail.com> | 2021-12-05 00:08:22 +0300 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-12-06 11:59:25 +0100 |
commit | ed8514002da89c56553eff3a365a0325fe92224f (patch) | |
tree | 160e29ab01b357e46711da157950fef644ab94fb | |
parent | 7a8ac2c2259976e784f07b785be91ac054780039 (diff) | |
download | sr.ht-docs-ed8514002da89c56553eff3a365a0325fe92224f.tar.gz |
builds.sr.ht: move nixos/unstable to be above nixos/21.11
-rw-r--r-- | builds.sr.ht/compatibility.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 19b15bc..034ba27 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -747,10 +747,9 @@ We remove old versions after they are marked as "End of life" at <table class="table table-sm table-hover"> <thead> <tr> - <th>NixOS 21.11</th> + <th>NixOS unstable</th> <th colspan="3" style="font-weight: normal; text-align: center"> - <code>image: nixos/latest</code> <strong>or</strong> - <code>image: nixos/21.11</code> + <code>image: nixos/unstable</code> </th> </tr> <tr> @@ -768,7 +767,7 @@ We remove old versions after they are marked as "End of life" at <td><code>arch: x86_64</code> (default)</td> <td style="text-align: center; color: green">✓</td> <td style="text-align: center; color: green">✓</td> - <td>weekly</td> + <td>daily</td> </tr> </tbody> </table> @@ -776,9 +775,10 @@ We remove old versions after they are marked as "End of life" at <table class="table table-sm table-hover"> <thead> <tr> - <th>NixOS unstable</th> + <th>NixOS 21.11</th> <th colspan="3" style="font-weight: normal; text-align: center"> - <code>image: nixos/unstable</code> + <code>image: nixos/latest</code> <strong>or</strong> + <code>image: nixos/21.11</code> </th> </tr> <tr> @@ -796,7 +796,7 @@ We remove old versions after they are marked as "End of life" at <td><code>arch: x86_64</code> (default)</td> <td style="text-align: center; color: green">✓</td> <td style="text-align: center; color: green">✓</td> - <td>daily</td> + <td>weekly</td> </tr> </tbody> </table> |