diff --git a/shell.nix b/shell.nix index 01679e1b2..c76eef396 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; }) ];