builds.sr.ht/compatibility.md: update NixOS versions

This commit is contained in:
Francesco Gazzetta 2023-05-26 10:57:01 +02:00 committed by Drew DeVault
parent bf6aab980b
commit 5afa089cd4
1 changed files with 30 additions and 2 deletions

View File

@ -801,10 +801,38 @@ We remove old versions after they are marked as "End of life" at
<table class="table table-sm table-hover">
<thead>
<tr>
<th>NixOS 22.05</th>
<th>NixOS 22.11</th>
<th colspan="3" style="font-weight: normal; text-align: center">
<code>image: nixos/latest</code> <strong>or</strong>
<code>image: nixos/22.05</code>
<code>image: nixos/22.11</code>
</th>
</tr>
<tr>
<th>arch</th>
<th style="text-align: center">supported</th>
<th style="text-align: center">native</th>
<th>updated</th>
</tr>
</thead>
<tbody>
<tr><td><code>arch: aarch64</code></td><td style="text-align: center"></td><td></td><td></td></tr>
<tr><td><code>arch: armv6</code></td><td style="text-align: center"></td><td></td><td></td></tr>
<tr><td><code>arch: armv7</code></td><td style="text-align: center"></td><td></td><td></td></tr>
<tr class="table-primary">
<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>
</tr>
</tbody>
</table>
<table class="table table-sm table-hover">
<thead>
<tr>
<th>NixOS 23.05</th>
<th colspan="3" style="font-weight: normal; text-align: center">
<code>image: nixos/23.05</code>
</th>
</tr>
<tr>