mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nodePackages.npm: drop (#346536)
This commit is contained in:
commit
db4fd8f4e3
6 changed files with 4 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue