From 7e1b873798a94c207e424bf70a32cf08fe1dd0bb Mon Sep 17 00:00:00 2001 From: Chad Norvell Date: Tue, 28 Apr 2026 16:35:18 -0700 Subject: [PATCH] flake.nix: Add python313 Python is needed to run uf2conv, so the final build step will fail without it. Most folks will have a global Python to fall back to, but this change fixes the build for those who don't, and makes the Nix environment more complete. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 2cf0e74d..15c41b38 100644 --- a/flake.nix +++ b/flake.nix @@ -21,6 +21,7 @@ pkgs.gnumake pkgs.emscripten pkgs.gcc-arm-embedded + pkgs.python313 ]; shellHook = '' export EM_CACHE=$(pwd)/.emscripten_cache/