From 826368205f4d470191a13f36f1096b627f2d5d16 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 28 Apr 2020 16:04:11 +0800 Subject: [PATCH] shell.nix: use LLVM tools --- shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 7fcb5f3e..949d7c31 100644 --- a/shell.nix +++ b/shell.nix @@ -41,7 +41,8 @@ in (pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq ]))) vivado - artiqpkgs.binutils-arm + pkgs.llvm_9 + pkgs.lld_9 ]; XARGO_RUST_SRC = "${rustcSrc}/src";