treewide: move away from deprecated nodePackages aliases

This commit is contained in:
poz 2025-07-06 03:06:29 +02:00
commit f86030bc0e
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ in {
package = mkOption {
description = "bash-language-server package, or the command to run as a list of strings";
example = literalExpression ''[lib.getExe pkgs.nodePackages.bash-language-server "start"]'';
example = literalExpression ''[lib.getExe pkgs.bash-language-server "start"]'';
type = either package (listOf str);
default = pkgs.bash-language-server;
};