flake: Use rust from manifest, not from pkgs #90

Merged
sb10q merged 1 commits from atse/thermostat:proper-rust-devshell into master 2023-09-20 15:51:06 +08:00
1 changed files with 1 additions and 2 deletions

View File

@ -67,8 +67,7 @@
devShell.x86_64-linux = pkgs.mkShell {
name = "thermostat-dev-shell";
buildInputs = with pkgs; [
rustc cargo
openocd dfu-util
rust openocd dfu-util
] ++ (with python3Packages; [
numpy matplotlib
]);