shell.nix: add artiq-netboot

exception
Sebastien Bourdeauducq 2020-10-15 16:16:45 +08:00
parent b7155c9ded
commit 1695076baf
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ in
pkgs.openocd
pkgs.openssh pkgs.rsync
(pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq ])))
(pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq artiq-netboot ])))
vivado
artiqpkgs.binutils-arm