flake: removed unnecessary gcc

pull/64/head
mwojcik 2022-01-18 11:27:57 +08:00
parent 30b932127a
commit 5e42de5ed9
1 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,7 @@
};
nativeBuildInputs = [ pkgs.llvm ];
buildPhase = ''
cargo build --release --bin thermostat
'';
@ -69,7 +70,7 @@
buildInputs = with pkgs; [
rustPlatform.rust.rustc
rustPlatform.rust.cargo
gcc openocd dfu-util
openocd dfu-util
] ++ (with python3Packages; [
numpy matplotlib
]);