flake: Install LLVM in devShell too #116

Merged
sb10q merged 1 commits from atse/thermostat:devshell-llvm into master 2024-08-07 16:06:19 +08:00
1 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,8 @@
devShells.x86_64-linux.default = pkgs.mkShellNoCC {
name = "thermostat-dev-shell";
packages = with pkgs; [
rust openocd dfu-util
rust llvm
openocd dfu-util
] ++ (with python3Packages; [
numpy matplotlib
]);