From 12d2e6931ffef7ff7195e1be9fe89234225d2d0f Mon Sep 17 00:00:00 2001 From: Kyle J Turpin Date: Thu, 4 Jun 2026 15:16:11 -0500 Subject: [PATCH] Add initial project structure and implement async main for Pico W --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index c0c1627..e395e8a 100644 --- a/shell.nix +++ b/shell.nix @@ -8,6 +8,7 @@ pkgs.mkShell { pkgs.rustfmt pkgs.clippy pkgs.rust-analyzer + pkgs.gnumake ]; shellHook = '' echo "[shell.nix] Legacy shell for Rust dev. Use 'nix develop' for full flake support."