aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to '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++";
}