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