diff options
author | Francesco Gazzetta <fgaz@fgaz.me> | 2018-12-21 19:17:39 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-12-21 17:25:46 -0500 |
commit | aa42de91d10bf1ab18d61eccb4da35b2298b247c (patch) | |
tree | 8f671477680ab24c645d0334e7a427bdd91f8c78 /builds.sr.ht/compatibility.md | |
parent | 68210e857eabfd2f17ff28c751f5bb3e8298c37e (diff) | |
download | sr.ht-docs-aa42de91d10bf1ab18d61eccb4da35b2298b247c.tar.gz |
Add nixos image docs
Diffstat (limited to 'builds.sr.ht/compatibility.md')
-rw-r--r-- | builds.sr.ht/compatibility.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index f91bcae..bde8867 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -130,5 +130,19 @@ port (e.g. Debian uses "amd64" while Alpine uses "x86_64"). <td>sparc64</td> <td></td> </tr> + <tr> + <th>NixOS</th> + <td colspan="3">unstable</td> + </tr> + <tr> + <td>x86_64</td> + <td>✓</td> + <td>✓</td> + <td>daily<td> + </tr> + <tr> + <td>aarch64</td> + <td></td> + </tr> </tbody> </table> |