9 lines
91 B
Nix
9 lines
91 B
Nix
with import <nixpkgs> {};
|
|
|
|
pkgs.mkShell {
|
|
buildInputs = [
|
|
rustup
|
|
probe-rs
|
|
];
|
|
}
|