aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-10-18 14:35:55 -0300
committerEuAndreh <eu@euandre.org>2023-10-18 16:16:27 -0300
commit56eb5cfaff275fa9cc7ffad3e4b23e004fe3cb7f (patch)
treed845717bd2ea8ea1ccbdfc341404c985d218e6d9
parentetc/nix/configuration.nix: Add "dialout" to extraGroups (diff)
downloaddotfiles-56eb5cfaff275fa9cc7ffad3e4b23e004fe3cb7f.tar.gz
dotfiles-56eb5cfaff275fa9cc7ffad3e4b23e004fe3cb7f.tar.xz
etc/guix/home.scm: Fix inclusion of AVR toolchain
-rw-r--r--etc/guix/home.scm3
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")