forked from M-Labs/artiq-zynq
shell.nix: add artiq-netboot
This commit is contained in:
parent
b7155c9ded
commit
1695076baf
|
@ -22,7 +22,7 @@ in
|
||||||
pkgs.openocd
|
pkgs.openocd
|
||||||
pkgs.openssh pkgs.rsync
|
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
|
vivado
|
||||||
artiqpkgs.binutils-arm
|
artiqpkgs.binutils-arm
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue