mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/dependencies: add gcc
This commit is contained in:
parent
81874690ce
commit
8458a6c6f1
2 changed files with 7 additions and 10 deletions
|
@ -9,6 +9,7 @@ let
|
|||
|
||||
packages = {
|
||||
curl.default = "curl";
|
||||
gcc.default = "gcc";
|
||||
git = {
|
||||
default = "git";
|
||||
example = [ "gitMinimal" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue