diff options
author | Dhruvin Gandhi <contact@dhruvin.dev> | 2021-09-24 14:10:09 +0530 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-09-24 14:14:38 +0200 |
commit | 8bc433e413453c2be5a0d3e814369fc4d9819359 (patch) | |
tree | b70b0721cdf512bb95c2ac3948b9c807165c479d /builds.sr.ht/compatibility.md | |
parent | 616473467c929dd567ebba0a2f04a77c7608cd31 (diff) | |
download | sr.ht-docs-8bc433e413453c2be5a0d3e814369fc4d9819359.tar.gz |
builds.sr.ht: add guix
Diffstat (limited to 'builds.sr.ht/compatibility.md')
-rw-r--r-- | builds.sr.ht/compatibility.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 2785d15..d07656c 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -631,6 +631,47 @@ used to update it to the latest commit. Custom package repositories are not supported on FreeBSD builds. +## Guix System + +Maintainer: Dhruvin Gandhi <contact@dhruvin.dev> + +<table class="table table-sm table-hover"> + <thead> + <tr> + <th>Guix System</th> + <th colspan="3" style="font-weight: normal; text-align: center"> + <code>image: guix</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: armhf</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: i686</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: powerpc64le</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>daily</td> + </tr> + </tbody> +</table> + +**packages** + +The packages are installed with `guix install`. + +**repositories** + +Specifying additional channels via build manifest is not supported. + ## NetBSD Maintainer: Michael Forney <mforney@mforney.org> |