diff --git a/shell.nix b/shell.nix index b379a55..0905178 100644 --- a/shell.nix +++ b/shell.nix @@ -2,4 +2,4 @@ with pkgs; -mkShell { buildInputs = [ platformio ]; } +mkShell { buildInputs = [ platformio clang ]; }