diff --git a/flake.nix b/flake.nix index 9260f9f..c3344f4 100644 --- a/flake.nix +++ b/flake.nix @@ -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