dev/rust: Add gcc

This commit is contained in:
Simon Bruder 2020-09-01 13:44:27 +02:00
parent cce3173235
commit 94c47e815c
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -2,6 +2,7 @@
{
environment.systemPackages = with pkgs; [
gcc # required by rustc
rustup
];
}