From 286b8816efe35eae7812984ca8e407185a3ec6f0 Mon Sep 17 00:00:00 2001 From: stuce-bot Date: Tue, 1 Jul 2025 14:58:17 +0200 Subject: [PATCH] added python3 dep to nix shell --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 38f7453..02d09cf 100644 --- a/shell.nix +++ b/shell.nix @@ -2,6 +2,7 @@ pkgs.mkShell { buildInputs = [ pkgs.arduino-ide + pkgs.python3 ]; shellHook = "arduino-ide"; }