Use this flake's pkgs for nixvim
This commit is contained in:
@@ -33,6 +33,7 @@
|
|||||||
|
|
||||||
nvim = nixvim.legacyPackages.${system}.makeNixvimWithModule {
|
nvim = nixvim.legacyPackages.${system}.makeNixvimWithModule {
|
||||||
module = nixvimModule;
|
module = nixvimModule;
|
||||||
|
inherit pkgs;
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
light = false;
|
light = false;
|
||||||
@@ -41,6 +42,7 @@
|
|||||||
|
|
||||||
nvim-light = nixvim.legacyPackages.${system}.makeNixvimWithModule {
|
nvim-light = nixvim.legacyPackages.${system}.makeNixvimWithModule {
|
||||||
module = nixvimModule;
|
module = nixvimModule;
|
||||||
|
inherit pkgs;
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
light = true;
|
light = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user