From dc5e42c5ebe3bd6a526107642e78450af1f97c67 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 26 Dec 2021 18:56:23 +0800 Subject: [PATCH] flake: use LLVM 13 throughout --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 9e48821b..5e032ebf 100644 --- a/flake.nix +++ b/flake.nix @@ -116,8 +116,8 @@ name = "nac3-dev-shell"; buildInputs = with pkgs; [ packages.x86_64-linux.llvm-nac3 - clang_12 - lld_12 + clang_13 + lld_13 cargo cargo-insta rustc