diff options
author | Dmitry Kalinkin <dmitry.kalinkin@gmail.com> | 2021-12-05 00:08:23 +0300 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-12-06 11:59:26 +0100 |
commit | a87244e7263f12f5bd9e2d51c10255eaeda3d708 (patch) | |
tree | 9abd70488d4b94c2e1dc04447243a672495e7c02 /builds.sr.ht/compatibility.md | |
parent | ed8514002da89c56553eff3a365a0325fe92224f (diff) | |
download | sr.ht-docs-a87244e7263f12f5bd9e2d51c10255eaeda3d708.tar.gz |
builds.sr.ht: add nixos/21.05
Diffstat (limited to 'builds.sr.ht/compatibility.md')
-rw-r--r-- | builds.sr.ht/compatibility.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 034ba27..ba1d63a 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -801,6 +801,34 @@ 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 |