shell.nix: add binutils

core0-buffer
Sebastien Bourdeauducq 2020-07-07 19:39:30 +08:00
parent b13da96835
commit e750b61973
1 changed files with 1 additions and 0 deletions

View File

@ -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; })
];