summary refs log tree commit diff stats
path: root/user/settings/development
diff options
context:
space:
mode:
authorAlan Pearce2022-10-12 09:28:02 +0200
committerAlan Pearce2022-10-12 09:28:02 +0200
commit017d0672aaa6ff6d05f5bce4f7f7bdc19f679b26 (patch)
treea3d6807a3d5842309b5dd5437411b043907c01e6 /user/settings/development
parent880f752dc8d2f8c2457ddabd64623a7f4ec5a717 (diff)
downloadnixfiles-017d0672aaa6ff6d05f5bce4f7f7bdc19f679b26.tar.lz
nixfiles-017d0672aaa6ff6d05f5bce4f7f7bdc19f679b26.tar.zst
nixfiles-017d0672aaa6ff6d05f5bce4f7f7bdc19f679b26.zip
Banish unstable overlay
Diffstat (limited to 'user/settings/development')
-rw-r--r--user/settings/development/web.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/development/web.nix b/user/settings/development/web.nix
index de30f8e7..f8b74adc 100644
--- a/user/settings/development/web.nix
+++ b/user/settings/development/web.nix
@@ -5,6 +5,6 @@
     vscode-html-languageserver-bin
     csslint
   ] ++ [
-    pkgs.unstable.nodePackages.stylelint
+    pkgs.nodePackages.stylelint
   ];
 }