use llvm 17

This commit is contained in:
Christoph Cullmann 2024-03-10 16:47:09 +01:00
parent e1da4a78b3
commit 7cc31d8a10

View file

@ -1,7 +1,7 @@
with import <nixpkgs> {}; with import <nixpkgs> {};
# use new clang # use new clang
let myllvm = llvmPackages_16; in let myllvm = llvmPackages_17; in
# clang based dev env # clang based dev env
myllvm.stdenv.mkDerivation { myllvm.stdenv.mkDerivation {
@ -27,7 +27,7 @@ export QT_QUICK_CONTROLS_STYLE_PATH=/home/cullmann/projects/kde/usr/lib/qml/QtQu
bison bison
boost boost
bzip2 bzip2
clang-tools_16 clang-tools_17
cmake cmake
ctags ctags
curl curl