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 = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
meson
|
meson
|
||||||
|
@ -6,7 +6,7 @@
|
||||||
clang
|
clang
|
||||||
glib
|
glib
|
||||||
glibc
|
glibc
|
||||||
llvmPackages_19.clang-tools
|
unstable.llvmPackages_19.clang-tools
|
||||||
];
|
];
|
||||||
file = {
|
file = {
|
||||||
eslint_d_config = {
|
eslint_d_config = {
|
||||||
|
|
Loading…
Reference in a new issue