aboutsummaryrefslogtreecommitdiff
path: root/overlays/neovim.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-10-07 23:35:42 +0530
committerAkshay Nair <phenax5@gmail.com>2022-10-07 23:35:42 +0530
commitd56c8ff9424ab87b1e9b78b5961da03a2268dc5b (patch)
tree8333a1ff4118f67f2b67355247c7c80e22e24442 /overlays/neovim.nix
parent0156e5e9b6bfb6ddee079d1d021d177041cd0f44 (diff)
downloadnixos-config-d56c8ff9424ab87b1e9b78b5961da03a2268dc5b.tar.gz
nixos-config-d56c8ff9424ab87b1e9b78b5961da03a2268dc5b.zip
config sync
Diffstat (limited to 'overlays/neovim.nix')
-rw-r--r--overlays/neovim.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
}
);
}