forked from M-Labs/artiq-zynq
shell.nix: use LLVM tools
This commit is contained in:
parent
848cd28d44
commit
826368205f
|
@ -41,7 +41,8 @@ in
|
||||||
|
|
||||||
(pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq ])))
|
(pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq ])))
|
||||||
vivado
|
vivado
|
||||||
artiqpkgs.binutils-arm
|
pkgs.llvm_9
|
||||||
|
pkgs.lld_9
|
||||||
];
|
];
|
||||||
|
|
||||||
XARGO_RUST_SRC = "${rustcSrc}/src";
|
XARGO_RUST_SRC = "${rustcSrc}/src";
|
||||||
|
|
Loading…
Reference in New Issue