Explorar o código

Use LLVM 20 in shell.nix

teapo hai 5 meses
pai
achega
73c3e60ce5
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      shell.nix

+ 3 - 3
shell.nix

@@ -4,9 +4,9 @@ pkgs.mkShell {
   nativeBuildInputs = with pkgs; [
     git
     which
-    clang_18
-    llvmPackages_18.llvm
-    llvmPackages_18.bintools
+    clang_20
+    llvmPackages_20.llvm
+    llvmPackages_20.bintools
   ];
   shellHook="CXX=clang++";
 }