mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/npm: update npm package reference
There is no nodePackages.npm anymore, instead it's nodejs in disguise.
This commit is contained in:
parent
5890806f6b
commit
bcf5e671df
1 changed files with 1 additions and 3 deletions
|
|
@ -16,9 +16,7 @@ in
|
|||
programs.npm = {
|
||||
enable = lib.mkEnableOption "{command}`npm` global config";
|
||||
|
||||
package = lib.mkPackageOption pkgs [ "nodePackages" "npm" ] {
|
||||
example = "nodePackages_13_x.npm";
|
||||
};
|
||||
package = lib.mkPackageOption pkgs "nodejs" { };
|
||||
|
||||
npmrc = lib.mkOption {
|
||||
type = lib.types.lines;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue