diff options
Diffstat (limited to 'user/settings/development')
-rw-r--r-- | user/settings/development/javascript.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/user/settings/development/javascript.nix b/user/settings/development/javascript.nix index b07c134a..232ad4ce 100644 --- a/user/settings/development/javascript.nix +++ b/user/settings/development/javascript.nix @@ -20,11 +20,11 @@ in ] else [ - # npm install may use any of these - binutils - gnumake - gcc - python2 + # npm install may use any of these + binutils + gnumake + gcc + python2 ] )) ++ (with pkgs.nodePackages; [ node2nix |