From 7bd32c77857d65d2b9d38a739a65475390f69f19 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 15 Mar 2023 01:41:23 +0100 Subject: [PATCH] Add clang to dependencies --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }