modules/dependencies: add gcc

This commit is contained in:
Gaetan Lepage 2025-04-07 16:03:09 +02:00 committed by nix-infra-bot
parent 81874690ce
commit 8458a6c6f1
2 changed files with 7 additions and 10 deletions

View file

@ -9,6 +9,7 @@ let
packages = {
curl.default = "curl";
gcc.default = "gcc";
git = {
default = "git";
example = [ "gitMinimal" ];