diff options
-rw-r--r-- | etc/guix/home.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index d005afa..0271dc9 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -21,6 +21,7 @@ (guix packages) (guix utils)) (use-package-modules + avr bison busybox compression @@ -806,7 +807,6 @@ libraries/software/operating systems rust rust:cargo rust:rustfmt - ;; avr-toolchain ; broken: removed from Guix gcc-toolchain gdb clang-toolchain@14 @@ -993,6 +993,7 @@ libraries/software/operating systems hunspell-iconv tg offpunk + (make-avr-toolchain) (hunspell-dictionary-utf8 "en") (hunspell-dictionary-utf8 "pt") (hunspell-dictionary-utf8 "fr") |