From dac849692a40fffdd1f3fe4e336da07168fe9a4d Mon Sep 17 00:00:00 2001 From: Kirill Podoprigora Date: Sat, 30 Mar 2024 22:37:13 +0300 Subject: [PATCH] Now we are using llvm 17 --- Development-with-nix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Development-with-nix.md b/Development-with-nix.md index 757d647..98ba999 100644 --- a/Development-with-nix.md +++ b/Development-with-nix.md @@ -18,7 +18,7 @@ pkgs.mkShell { qemu wasmtime zlib - ] ++ (with llvmPackages_16; [ + ] ++ (with llvmPackages_17; [ clang clang-unwrapped lld @@ -57,7 +57,7 @@ Alternatively, you can use this sample `flake.nix`: qemu wasmtime zlib - ] ++ (with llvmPackages_14; [ + ] ++ (with llvmPackages_17; [ clang clang-unwrapped lld