shell.nix: add artiq-netboot

master
Sebastien Bourdeauducq 2020-10-15 16:16:03 +08:00
parent 25dd7be254
commit d00a83c5eb
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ in
pkgs.openocd
pkgs.openssh pkgs.rsync
(pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc ])))
(pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq-netboot ])))
vivado
(import "${zynq-rs}/nix/mkbootimage.nix" { inherit pkgs; })