shell.nix: add artiq-netboot
This commit is contained in:
parent
25dd7be254
commit
d00a83c5eb
|
@ -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; })
|
||||
|
|
Loading…
Reference in New Issue