forked from M-Labs/nix-scripts
zynq: install artiq-netboot for HITL test
This commit is contained in:
parent
b46f418176
commit
f2c9e226ac
2
zynq.nix
2
zynq.nix
|
@ -28,7 +28,7 @@ in
|
||||||
__networked = true;
|
__networked = true;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.netcat pkgs.openssh pkgs.rsync artiq-fast.artiq
|
pkgs.netcat pkgs.openssh pkgs.rsync artiq-fast.artiq artiq-fast.artiq-netboot
|
||||||
];
|
];
|
||||||
phases = [ "buildPhase" ];
|
phases = [ "buildPhase" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue