2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

nix: attempt to create hydra channel properly

This commit is contained in:
Sebastien Bourdeauducq 2019-02-13 20:29:26 +08:00
parent aa17037193
commit 0b08baef10

View File

@ -35,6 +35,11 @@ let
src = ../.;
recipe = "conda/artiq";
};
mainchannel = pkgs.releaseTools.channel {
name = "mainchannel";
src = ./.;
constituents = [ ];
};
} // boardJobs // artiqPkgs;
in
jobs