modules/dependencies: add nodejs

This commit is contained in:
Gaetan Lepage 2025-04-07 16:01:03 +02:00 committed by nix-infra-bot
parent 75f7ec4995
commit 81874690ce
4 changed files with 54 additions and 35 deletions

View file

@ -13,6 +13,10 @@ let
default = "git";
example = [ "gitMinimal" ];
};
nodejs = {
default = "nodejs";
example = "pkgs.nodejs_22";
};
tree-sitter.default = "tree-sitter";
ueberzug.default = "ueberzugpp";
which.default = "which";