feat: comment out nixpkgs-unstable, we use unstable by default

Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
This commit is contained in:
Ryan Yin
2025-11-01 20:26:34 +08:00
parent 0c2dcc0734
commit 4490f13d51
18 changed files with 94 additions and 108 deletions
+1 -2
View File
@@ -2,7 +2,6 @@
config,
lib,
pkgs,
pkgs-unstable,
...
}:
###############################################################################
@@ -29,7 +28,7 @@ in
programs.neovim = {
enable = true;
package = pkgs-unstable.neovim-unwrapped;
package = pkgs.neovim-unwrapped;
# defaultEditor = true; # set EDITOR at system-wide level
viAlias = true;