0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nodePackages.npm: drop (#346536)

This commit is contained in:
Robert Schütz 2024-10-09 12:01:42 -07:00 committed by GitHub
commit db4fd8f4e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 4 additions and 22 deletions

View file

@ -118,7 +118,7 @@ in
environment = {
HOME = cfg.userDir;
};
path = lib.optionals cfg.withNpmAndGcc [ pkgs.nodePackages.npm pkgs.gcc ];
path = lib.optionals cfg.withNpmAndGcc [ pkgs.nodejs pkgs.gcc ];
serviceConfig = mkMerge [
{
User = cfg.user;