Skip to content

Commit

Permalink
Tweak comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SFrijters committed Jul 17, 2024
1 parent 8208f9f commit 2ded9ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
devShellArduinoCLI = pkgs.mkShell {
name = "${name}-dev";
packages = with pkgs; [
# To compile and upload the sketch
# To compile and upload the sketch
arduino-cli
# To embed a version hash into the sketch
# To embed a version hash into the sketch
git
# To provide somewhat standardized commands to compile, upload, and monitor the sketch
gnumake
Expand Down

0 comments on commit 2ded9ef

Please sign in to comment.