diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-04-10 07:18:59 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-04-10 17:38:03 +0530 |
commit | 7907e914d625e851a3f1e820785d463e12d9fb51 (patch) | |
tree | 59597a76fc5020fff01e447fdcccb2dd29d81f0b | |
parent | f55e0047f58cf4713dcc7916c9de826284b95f90 (diff) |
flake/shell/pkgs: add ccls
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ default = pkgs.mkShell { name = "dev"; - buildInputs = with pkgs; [ gpgme meson ninja ]; + buildInputs = with pkgs; [ gpgme meson ninja ccls ]; shellHook = '' [ -z "$XDG_DATA_HOME" ] && export XDG_DATA_HOME="$HOME/.local/share" |