From d56c8ff9424ab87b1e9b78b5961da03a2268dc5b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 7 Oct 2022 23:35:42 +0530 Subject: config sync --- overlays/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'overlays/neovim.nix') diff --git a/overlays/neovim.nix b/overlays/neovim.nix index 2cf8b5a..1118d94 100644 --- a/overlays/neovim.nix +++ b/overlays/neovim.nix @@ -15,7 +15,7 @@ self: super: { sha256 = "145mzl1pzqy0ic9gm0322z9ssvbyj0v9xiqs7k0wmi8b0590xg8s"; }; - nativeBuildInputs = with self.pkgs; [ unzip cmake pkgconfig gettext tree-sitter-updated ]; + nativeBuildInputs = with self.pkgs; [ unzip cmake pkg-config gettext tree-sitter-updated ]; } ); } -- cgit v1.3.1