1
0
Fork 0

nvim: Set CC

This commit is contained in:
Daniel Kempkens 2022-01-05 22:28:32 +01:00
parent bebf257625
commit 9521ebc564

View file

@ -25,11 +25,14 @@ in
withPython3 = false;
extraConfig = ''
let $CC = '${pkgs.clang}/bin/cc'
lua require('impatient')
lua require('nix_init')
'';
extraPackages = with pkgs; [
clang
nodejs-16_x
tree-sitter