dev/rust: Add gcc
This commit is contained in:
parent
cce3173235
commit
94c47e815c
|
@ -2,6 +2,7 @@
|
|||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
gcc # required by rustc
|
||||
rustup
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue