From 555f76baa724175a9eed9572f4f1e3bd3ba318e8 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 10 Jul 2023 16:36:02 +0300 Subject: [PATCH] add pkg-config --- modules/dev/cc.nix | 5 +---- modules/dev/editors/nvim/default.nix | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/dev/cc.nix b/modules/dev/cc.nix index 2e35df77..9798d5a2 100644 --- a/modules/dev/cc.nix +++ b/modules/dev/cc.nix @@ -14,11 +14,8 @@ in gnumake cmake clang - # lsp - clang-tools - # lint - cpplint gdb + pkg-config ]; }; } diff --git a/modules/dev/editors/nvim/default.nix b/modules/dev/editors/nvim/default.nix index 58b2e027..88b62289 100644 --- a/modules/dev/editors/nvim/default.nix +++ b/modules/dev/editors/nvim/default.nix @@ -14,6 +14,7 @@ in neovim # lsp clang-tools + cmake-language-server # lint cpplint ];