jeol-t330a/beamer/fw/shell.nix
Serge Bazanski 49ba2eb018
All checks were successful
/ test (push) Successful in 13s
beamer: init
2024-12-14 19:15:05 +01:00

9 lines
91 B
Nix

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