diff options
author | Francesco Gazzetta <fgaz@fgaz.me> | 2023-05-26 10:57:01 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2023-06-05 10:16:05 +0200 |
commit | 5afa089cd4733636a20b04737733a98cfe9198d9 (patch) | |
tree | d6f532338f46d242dc27fb363450c9669bbb7ca9 /builds.sr.ht | |
parent | bf6aab980baaf2357fe355e3dfdadec371d6a014 (diff) | |
download | sr.ht-docs-5afa089cd4733636a20b04737733a98cfe9198d9.tar.gz |
builds.sr.ht/compatibility.md: update NixOS versions
Diffstat (limited to 'builds.sr.ht')
-rw-r--r-- | builds.sr.ht/compatibility.md | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index e5a7d83..1f64a28 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -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> |