aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteapo <75266237+4teapo@users.noreply.github.com>2025-03-28 18:31:23 +0100
committerteapo <75266237+4teapo@users.noreply.github.com>2025-03-28 18:31:23 +0100
commita9d073e0bb9993b23fb7f5ee652005bfd73a4de4 (patch)
tree98f3cd01e35867835f75cad5ba24666acceea50e
parente7ae7b8fd452dd7a31532695c1b850842049bc52 (diff)
Update shell.nix
-rw-r--r--shell.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell.nix b/shell.nix
index 040c7696e..64e585dd3 100644
--- a/shell.nix
+++ b/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++";
}