forked from M-Labs/nix-scripts
install openocd in extended-tests environment
This commit is contained in:
parent
21a4d1c0b1
commit
a901a2599e
2
main.nix
2
main.nix
|
@ -28,6 +28,6 @@ in
|
||||||
constituents = builtins.attrValues jobs;
|
constituents = builtins.attrValues jobs;
|
||||||
};
|
};
|
||||||
extended-tests = pkgs.runCommand "extended-tests" {
|
extended-tests = pkgs.runCommand "extended-tests" {
|
||||||
propagatedBuildInputs = [(pkgs.python3.withPackages(ps: [artiqpkgs.artiq artiqpkgs.artiq-board-kc705-nist_clock]))];
|
propagatedBuildInputs = [(pkgs.python3.withPackages(ps: [artiqpkgs.artiq artiqpkgs.artiq-board-kc705-nist_clock])) artiqpkgs.openocd];
|
||||||
} "cp ${./extended-tests.py} $out;";
|
} "cp ${./extended-tests.py} $out;";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue