forked from M-Labs/nix-scripts
make openocd (proxy bitstreams) and paramiko (remote flashing) accessible to kc705-tests
This commit is contained in:
parent
7406a34312
commit
2468453337
3
main.nix
3
main.nix
|
@ -47,8 +47,9 @@ in
|
|||
outputHashMode = "recursive";
|
||||
outputHash = import generateTestOkHash;
|
||||
buildInputs = [
|
||||
(pkgs.python3.withPackages(ps: [ artiqpkgs.artiq artiqpkgs.artiq-board-kc705-nist_clock ]))
|
||||
(pkgs.python3.withPackages(ps: [ ps.paramiko artiqpkgs.artiq artiqpkgs.artiq-board-kc705-nist_clock ]))
|
||||
artiqpkgs.binutils-or1k
|
||||
artiqpkgs.openocd
|
||||
pkgs.iputils
|
||||
];
|
||||
phases = [ "buildPhase" ];
|
||||
|
|
Loading…
Reference in New Issue