mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/dependencies: add go
This commit is contained in:
parent
090c4e0f7c
commit
7e6038a69a
3 changed files with 18 additions and 8 deletions
|
@ -15,6 +15,7 @@ let
|
|||
default = "git";
|
||||
example = [ "gitMinimal" ];
|
||||
};
|
||||
go.default = "go";
|
||||
nodejs = {
|
||||
default = "nodejs";
|
||||
example = "pkgs.nodejs_22";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue