diff options
author | Alan Pearce | 2022-10-12 09:28:02 +0200 |
---|---|---|
committer | Alan Pearce | 2022-10-12 09:28:02 +0200 |
commit | 017d0672aaa6ff6d05f5bce4f7f7bdc19f679b26 (patch) | |
tree | a3d6807a3d5842309b5dd5437411b043907c01e6 /user/settings/development | |
parent | 880f752dc8d2f8c2457ddabd64623a7f4ec5a717 (diff) | |
download | nixfiles-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.nix | 2 |
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 ]; } |