Add initial project structure and implement async main for Pico W
This commit is contained in:
@@ -8,6 +8,7 @@ pkgs.mkShell {
|
|||||||
pkgs.rustfmt
|
pkgs.rustfmt
|
||||||
pkgs.clippy
|
pkgs.clippy
|
||||||
pkgs.rust-analyzer
|
pkgs.rust-analyzer
|
||||||
|
pkgs.gnumake
|
||||||
];
|
];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
echo "[shell.nix] Legacy shell for Rust dev. Use 'nix develop' for full flake support."
|
echo "[shell.nix] Legacy shell for Rust dev. Use 'nix develop' for full flake support."
|
||||||
|
|||||||
Reference in New Issue
Block a user