.envrc: Add dfu-util and dfu-programmer to guix environment

This commit is contained in:
Collin J. Doering 2024-11-10 22:28:47 -05:00
parent bdd783abce
commit 4f2e1e7b31
Signed by: rekahsoft
GPG Key ID: F77E319397CDA716

2
.envrc
View File

@ -9,7 +9,7 @@ use_guix-shell() {
fi
}
use guix-shell gcc-cross-avr-toolchain avrdude make python-wrapper qmk git coreutils sed grep bash gawk diffutils
use guix-shell gcc-cross-avr-toolchain avrdude dfu-util dfu-programmer make python-wrapper qmk git coreutils sed grep bash gawk diffutils
# TODO: currently the following needs to be set to allow the linker to find avr-libc
# See: https://issues.guix.gnu.org/69394