diff --git a/flake.nix b/flake.nix index 6c60c07..b83b587 100644 --- a/flake.nix +++ b/flake.nix @@ -290,7 +290,7 @@ description = "Rust hello world template."; }; stm32-blink = { - path = ./templates/dev/esp-blink; + path = ./templates/dev/stm32-blink; description = "STM32G4 blink template with libopencm3."; }; };