Explorar o código

Update shell.nix

teapo hai 5 meses
pai
achega
a9d073e0bb
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_17
-    llvmPackages_17.llvm
-    llvmPackages_17.bintools
+    clang_18
+    llvmPackages_18.llvm
+    llvmPackages_18.bintools
   ];
   shellHook="CXX=clang++";
 }