shell.nix: use LLVM tools

core0-buffer
Sebastien Bourdeauducq 2020-04-28 16:04:11 +08:00
parent 848cd28d44
commit 826368205f
1 changed files with 2 additions and 1 deletions

View File

@ -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";