nix: build firmware on hydra

pull/1273/head
Sebastien Bourdeauducq 2019-02-09 14:29:37 +08:00
parent 13c4d935a2
commit a52234b5ff
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ let
artiqPkgs = import ./default.nix { inherit pkgs; };
jobs = rec {
conda-artiq = import ./conda-build.nix { inherit pkgs; };
artiq-board = import ./artiq-board.nix { inherit pkgs; };
} // artiqPkgs;
in
jobs