From: Chad Norvell Date: Tue, 28 Apr 2026 23:35:18 +0000 (-0700) Subject: flake.nix: Add python313 X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=7e1b873798a94c207e424bf70a32cf08fe1dd0bb;p=sensor-watch.git 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. --- diff --git a/flake.nix b/flake.nix index 2cf0e74..15c41b3 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/