Small flake.nix updates #113

Merged
sb10q merged 1 commits from atse/thermostat:flake-updates into master 2024-08-17 17:37:18 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 1ae6a6fdd4 - Show all commits

View File

@ -58,9 +58,9 @@
inherit thermostat;
};
devShells.x86_64-linux.default = pkgs.mkShell {
devShells.x86_64-linux.default = pkgs.mkShellNoCC {
name = "thermostat-dev-shell";
buildInputs = with pkgs; [
packages = with pkgs; [
rust openocd dfu-util
] ++ (with python3Packages; [
numpy matplotlib