My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/hardware/devices/euro-yesman-1u/euro-yesman/shell.nix

9 lines
191 B

with (import <nixpkgs> {});
stdenv.mkDerivation {
name = "bad-rust-env";
buildInputs = with pkgs; [
rustup clangStdenv gcc-arm-embedded
cargo-flash cargo-binutils openocd
];
}