forked from M-Labs/nix-scripts
artiq-dev: support remote board flashing
This commit is contained in:
parent
ebb00915fd
commit
a56931d547
|
@ -18,7 +18,7 @@ in
|
||||||
xorg.libXext
|
xorg.libXext
|
||||||
xorg.libXtst
|
xorg.libXtst
|
||||||
xorg.libXi
|
xorg.libXi
|
||||||
(python3.withPackages(ps: with ps; [ jinja2 numpy artiqpkgs.migen artiqpkgs.microscope artiqpkgs.misoc artiqpkgs.jesd204b artiqpkgs.artiq ]))
|
(python3.withPackages(ps: with ps; [ jinja2 numpy paramiko artiqpkgs.migen artiqpkgs.microscope artiqpkgs.misoc artiqpkgs.jesd204b artiqpkgs.artiq ]))
|
||||||
git
|
git
|
||||||
cargo
|
cargo
|
||||||
] ++
|
] ++
|
||||||
|
|
Loading…
Reference in New Issue