mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
fix clangdtools
This commit is contained in:
parent
6b3362cd64
commit
a352cc422a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{pkgs, unstable, ...}: {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
meson
|
||||
|
@ -6,7 +6,7 @@
|
|||
clang
|
||||
glib
|
||||
glibc
|
||||
llvmPackages_19.clang-tools
|
||||
unstable.llvmPackages_19.clang-tools
|
||||
];
|
||||
file = {
|
||||
eslint_d_config = {
|
||||
|
|
Loading…
Reference in a new issue