This repository has been archived on 2024-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
spaceapi-tuerpie-nix/shell.nix

9 lines
96 B
Nix

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