Switch clang packages to version 20 on personal machines

This commit is contained in:
Martin Larsson 2025-05-14 14:13:35 +02:00
parent 1456515607
commit 07bb6c096d
3 changed files with 6 additions and 6 deletions

View file

@ -2,8 +2,8 @@
{ {
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
clang llvmPackages_20.clang
clang-tools llvmPackages_20.clang-tools
]; ];
}; };
} }

View file

@ -37,8 +37,8 @@ in
packages = with pkgs; [ packages = with pkgs; [
pythonEnv pythonEnv
wl-clipboard-rs wl-clipboard-rs
clang llvmPackages_20.clang
clang-tools llvmPackages_20.clang-tools
gimp3 gimp3
ghostty ghostty
mullvad mullvad

View file

@ -3,8 +3,8 @@
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
wslu wslu
clang llvmPackages_20.clang
clang-tools llvmPackages_20.clang-tools
]; ];
}; };
} }