From 133dfde6d3de24c0da5cdb77020bcbfd15d47c32 Mon Sep 17 00:00:00 2001 From: sid Date: Thu, 7 May 2026 22:32:22 +0200 Subject: [PATCH] stm32: fix template dir --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."; }; };