summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/development/web.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/settings/development/web.nix b/user/settings/development/web.nix
index eede7075..de30f8e7 100644
--- a/user/settings/development/web.nix
+++ b/user/settings/development/web.nix
@@ -4,7 +4,7 @@
     vscode-css-languageserver-bin
     vscode-html-languageserver-bin
     csslint
-  ] ++ (with pkgs.node2nixPackages; [
-    stylelint
-  ]) ;
+  ] ++ [
+    pkgs.unstable.nodePackages.stylelint
+  ];
 }