feat(pkgs): Remove nixvim and its configuration
This commit is contained in:
parent
7ef52e7b62
commit
1c7c2a2692
43 changed files with 107 additions and 1642 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue