Add neovim_git flake input, and use neovim_git in nixvim
This commit is contained in:
parent
3649602a07
commit
e70d021a24
4 changed files with 271 additions and 44 deletions
|
|
@ -40,6 +40,7 @@
|
|||
srcs = self.callPackage (rootPath + "/_sources/generated.nix") {};
|
||||
inherit (inputs'.nixvim.legacyPackages) makeNixvim makeNixvimWithModule;
|
||||
inherit (self'.legacyPackages) nixvimPlugins;
|
||||
neovim_git = inputs'.neovim-nightly.packages.default;
|
||||
});
|
||||
in
|
||||
lib.packagesFromDirectoryRecursive {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue