dev/rust: Add gcc

restic-rest-server
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
1 changed files with 1 additions and 0 deletions

View File

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