Add clang to dependencies

This commit is contained in:
coolneng 2023-03-15 01:41:23 +01:00
parent d4b1350099
commit 7bd32c7785
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

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