From 69584f4eb9eccef1d14b26bb557cdf1d9ef64c9c Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Thu, 23 Apr 2026 10:57:55 -0400 Subject: [PATCH] Use this flake's pkgs for nixvim --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 3ec4cb4..cf5e02d 100644 --- a/flake.nix +++ b/flake.nix @@ -33,6 +33,7 @@ nvim = nixvim.legacyPackages.${system}.makeNixvimWithModule { module = nixvimModule; + inherit pkgs; extraSpecialArgs = { inherit inputs; light = false; @@ -41,6 +42,7 @@ nvim-light = nixvim.legacyPackages.${system}.makeNixvimWithModule { module = nixvimModule; + inherit pkgs; extraSpecialArgs = { inherit inputs; light = true;