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; withPython3 = false;
extraConfig = '' extraConfig = ''
let $CC = '${pkgs.clang}/bin/cc'
lua require('impatient') lua require('impatient')
lua require('nix_init') lua require('nix_init')
''; '';
extraPackages = with pkgs; [ extraPackages = with pkgs; [
clang
nodejs-16_x nodejs-16_x
tree-sitter tree-sitter