1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 04:11:07 +01:00

chore: update nodePackages

This commit is contained in:
Kierán Meinhardt
2020-03-01 12:55:12 +01:00
parent 457b995f1c
commit 2cdaa5c6e2

View File

@@ -9,12 +9,13 @@ in {
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
htmlTidy htmlTidy
nodePackages_10_x.csslint nodePackages.csslint
nodePackages_10_x.jsonlint nodePackages.jsonlint
nodePackages_10_x.prettier nodePackages.prettier
nodePackages_10_x.typescript nodePackages.typescript
nodePackages_10_x.yarn nodePackages.yarn
nodejs-10_x nodejs
nodePackages.javascript-typescript-langserver
]; ];
} }
]; ];