jeol-t330a/beamer/fw/shell.nix
2025-05-11 00:10:44 +02:00

9 lines
91 B
Nix

with import <nixpkgs> {};
pkgs.mkShell {
buildInputs = [
rustup
probe-rs
];
}