Skip to content

Commit

Permalink
build: add programs to nix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Jun 10, 2024
1 parent 8ab7393 commit a068f98
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
with inputs'.fenix.packages;
combine [
complete.toolchain

# Target for ESP32C3 (not brushknight's board!)
targets.riscv32imc-unknown-none-elf.latest.rust-std
];

Expand Down Expand Up @@ -184,7 +186,11 @@
# MY_CUSTOM_DEVELOPMENT_VAR = "something else";

# Extra inputs can be added here; cargo and rustc are provided by default.
packages = with pkgs; [ espup ];
packages = with pkgs; [
# Load binary into the board
probe-rs
# espflash
];
};

packages =
Expand Down

0 comments on commit a068f98

Please sign in to comment.