rustlings: add gcc to PATH (#389021)

This commit is contained in:
Matthias Beyer
2025-03-19 20:25:09 +01:00
committed by GitHub
+2
View File
@@ -8,6 +8,7 @@
cargo,
rustc,
clippy,
gcc,
makeWrapper,
}:
let
@@ -47,6 +48,7 @@ rustPlatform.buildRustPackage {
cargo
rustc
clippy
gcc
]
}
'';