diff options
author | Drew DeVault <sir@cmpwn.com> | 2022-06-28 09:51:09 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2022-06-28 09:51:27 +0200 |
commit | 3d7005322b45456fe98825442d228cfc00051a5e (patch) | |
tree | 30426e8f695348f7ac22b544ac5a01810df35d9a /builds.sr.ht | |
parent | 8094998c24eae7ca5da241d93243ee35b206eccf (diff) | |
download | sr.ht-docs-3d7005322b45456fe98825442d228cfc00051a5e.tar.gz |
builds.sr.ht: update compatibility
Diffstat (limited to 'builds.sr.ht')
-rw-r--r-- | builds.sr.ht/compatibility.md | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index f4a5984..b01bdb4 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -801,34 +801,6 @@ We remove old versions after they are marked as "End of life" at </tbody> </table> -<table class="table table-sm table-hover"> - <thead> - <tr> - <th>NixOS 21.05</th> - <th colspan="3" style="font-weight: normal; text-align: center"> - <code>image: nixos/21.05</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> - **packages** The packages array is installed with `nix-env -iA`. Since it's possible to |