j rust: add gcc

This commit is contained in:
Jeschli 2019-11-09 13:58:15 +01:00
parent f4a7434eea
commit 35e8945089
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@
{
environment.systemPackages = with pkgs; [
rustup
gcc
];
}