From ed88b0240366070f333ccedf95626395422985f0 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 28 Jun 2020 18:07:57 +0800 Subject: [PATCH] do not install LLVM tools The ARTIQ compiler now uses binutils and depends on it. --- shell.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell.nix b/shell.nix index 6505c18c..32b73551 100644 --- a/shell.nix +++ b/shell.nix @@ -21,8 +21,6 @@ in (pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq ]))) vivado - pkgs.llvm_9 - pkgs.lld_9 (import ./mkbootimage.nix { inherit pkgs; }) ];