aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2026-06-11 06:32:53 -0300
committerEuAndreh <eu@euandre.org>2026-06-11 06:32:53 -0300
commitbdae16318d6cd839ab422225a6ab6518b5a6a05e (patch)
tree6bb3e93a45919057925cb2f1db1a4421a81ca291
parentetc/guix/home.scm: Add packages that gpodder seem to need (diff)
downloaddotfiles-bdae16318d6cd839ab422225a6ab6518b5a6a05e.tar.gz
dotfiles-bdae16318d6cd839ab422225a6ab6518b5a6a05e.tar.xz
etc/guix/system.scm: Increase the list of desired-architectures
-rw-r--r--etc/guix/system.scm19
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)