1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-14 21:11:09 +01:00

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" ];