mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Use LLVM 20 in shell.nix
This commit is contained in:
@@ -4,9 +4,9 @@ pkgs.mkShell {
|
|||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
git
|
git
|
||||||
which
|
which
|
||||||
clang_18
|
clang_20
|
||||||
llvmPackages_18.llvm
|
llvmPackages_20.llvm
|
||||||
llvmPackages_18.bintools
|
llvmPackages_20.bintools
|
||||||
];
|
];
|
||||||
shellHook="CXX=clang++";
|
shellHook="CXX=clang++";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user