feat(pkgs): Remove nixvim and its configuration

This commit is contained in:
ulic-youthlic 2026-07-04 22:39:10 +08:00
parent 7ef52e7b62
commit 1c7c2a2692
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
43 changed files with 107 additions and 1642 deletions

View file

@ -44,7 +44,6 @@
inputsScope = lib.makeScope pkgs.newScope (self: {
inherit inputs rootPath;
srcs = self.callPackage (rootPath + "/_sources/generated.nix") {};
inherit (inputs'.nixvim.legacyPackages) makeNixvim makeNixvimWithModule;
neovim_git = inputs'.neovim-nightly.packages.default;
});
in
@ -73,9 +72,6 @@
"rootPath"
"makeNixvim"
"makeNixvimWithModule"
"newScope"
"overrideScope"
"packages"