From 4f2e1e7b3189162c8a4ccfd1a171599b2538c661 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Sun, 10 Nov 2024 22:28:47 -0500 Subject: [PATCH] .envrc: Add dfu-util and dfu-programmer to guix environment --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 3a3d8bbadd..cedd1f27da 100644 --- a/.envrc +++ b/.envrc @@ -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