diff options
| -rw-r--r-- | etc/guix/system.scm | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 2b6caad6..3cc4f2d1 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -99,10 +99,23 @@ Seiko Epson Color Ink Jet Printers.") #\-))) (define desired-architectures - '("i386" - "x86_64" + '("aarch64" "arm" - "aarch64")) + "armeb" + "i386" + "m68k" + "mips" + "mips64" + "mips64el" + "mipsel" + "mipsn32" + "mipsn32el" + "ppc" + "ppc64" + "ppc64le" + "riscv32" + "riscv64" + "x86_64")) (define platforms (filter (lambda (name) |
