1
0
Fork 0
spaceapi-tuerpie-nix/shell.nix

9 lines
96 B
Nix

with import <nixpkgs> {};
mkShell {
packages = [
cargo
rustc
rust-analyzer
];
}