added reqired rustup dependencies
This commit is contained in:
parent
a20e1372d2
commit
e01f4bbf61
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,11 @@
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
||||||
|
clang
|
||||||
|
gcc
|
||||||
|
llvmPackages.bintools
|
||||||
rustup
|
rustup
|
||||||
|
|
||||||
probe-rs
|
probe-rs
|
||||||
cargo-binutils
|
cargo-binutils
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue