summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-03-10 16:47:09 +0100
committerChristoph Cullmann <cullmann@kde.org>2024-03-10 16:47:09 +0100
commit7cc31d8a1081271419f86df8f8870c5647c06876 (patch)
treed78445f605a34cfc262a63df4647a49ea7729d20 /projects
parente1da4a78b36238af3ebf5262a912a900123d3d72 (diff)
use llvm 17
Diffstat (limited to 'projects')
-rw-r--r--projects/kde/shell.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/kde/shell.nix b/projects/kde/shell.nix
index 0008ed7..04c023c 100644
--- a/projects/kde/shell.nix
+++ b/projects/kde/shell.nix
@@ -1,7 +1,7 @@
with import <nixpkgs> {};
# use new clang
-let myllvm = llvmPackages_16; in
+let myllvm = llvmPackages_17; in
# clang based dev env
myllvm.stdenv.mkDerivation {
@@ -27,7 +27,7 @@ export QT_QUICK_CONTROLS_STYLE_PATH=/home/cullmann/projects/kde/usr/lib/qml/QtQu
bison
boost
bzip2
- clang-tools_16
+ clang-tools_17
cmake
ctags
curl