From d05f29e5fc27e3d125ccfd6121c72b5872fc55dd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 10 Jul 2022 09:55:05 -0700 Subject: [PATCH] LLVM 14 --- Development-with-nix.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Development-with-nix.md b/Development-with-nix.md index 1a8a457..1419206 100644 --- a/Development-with-nix.md +++ b/Development-with-nix.md @@ -11,7 +11,8 @@ pkgs.mkShell { ninja qemu wasmtime - ] ++ (with llvmPackages_13; [ + zlib + ] ++ (with llvmPackages_14; [ clang clang-unwrapped lld @@ -52,7 +53,8 @@ Alternatively, you can use this sample `flake.nix`: ninja qemu wasmtime - ] ++ (with llvmPackages_13; [ + zlib + ] ++ (with llvmPackages_14; [ clang clang-unwrapped lld