From e750b61973da9906be928856a53580ba1db22aa3 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 7 Jul 2020 19:39:30 +0800 Subject: [PATCH] shell.nix: add binutils --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 01679e1b..c76eef39 100644 --- a/shell.nix +++ b/shell.nix @@ -22,6 +22,7 @@ in (pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq ]))) vivado + artiqpkgs.binutils-arm (import ./mkbootimage.nix { inherit pkgs; }) ];