Files

9 lines
131 B
Nix
Raw Permalink Normal View History

2026-06-13 01:20:34 +03:00
{ pkgs ? import <nixpkgs> {} }: with pkgs; mkShell {
buildInputs = [
cargo
rustc
rust-analyzer
pkg-config
];
}