1
0
forked from extern/nix-config
donovanglover-nix-config/dev/rust/default.nix
2023-05-23 17:12:35 -04:00

12 lines
127 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
gcc
rustc
rustfmt
cargo
rust-analyzer
];
}