From 2ded9efceb4ef2b1f9860f4ba13c1f5863d68c9c Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Wed, 17 Jul 2024 16:38:22 +0200 Subject: [PATCH] Tweak comments --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 5595745..345142e 100644 --- a/flake.nix +++ b/flake.nix @@ -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