Update shell.nix

This commit is contained in:
teapo
2025-03-28 18:31:23 +01:00
parent e7ae7b8fd4
commit a9d073e0bb
+3 -3
View File
@@ -4,9 +4,9 @@ pkgs.mkShell {
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
git git
which which
clang_17 clang_18
llvmPackages_17.llvm llvmPackages_18.llvm
llvmPackages_17.bintools llvmPackages_18.bintools
]; ];
shellHook="CXX=clang++"; shellHook="CXX=clang++";
} }