flake: removed unnecessary gcc
This commit is contained in:
parent
30b932127a
commit
5e42de5ed9
@ -41,6 +41,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgs.llvm ];
|
nativeBuildInputs = [ pkgs.llvm ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
cargo build --release --bin thermostat
|
cargo build --release --bin thermostat
|
||||||
'';
|
'';
|
||||||
@ -69,7 +70,7 @@
|
|||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
rustPlatform.rust.rustc
|
rustPlatform.rust.rustc
|
||||||
rustPlatform.rust.cargo
|
rustPlatform.rust.cargo
|
||||||
gcc openocd dfu-util
|
openocd dfu-util
|
||||||
] ++ (with python3Packages; [
|
] ++ (with python3Packages; [
|
||||||
numpy matplotlib
|
numpy matplotlib
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user