Add clang to dependencies

This commit is contained in:
2023-03-15 01:41:23 +01:00
parent d4b1350099
commit 7bd32c7785

View File

@@ -2,4 +2,4 @@
with pkgs; with pkgs;
mkShell { buildInputs = [ platformio ]; } mkShell { buildInputs = [ platformio clang ]; }