nix: attempt to create hydra channel properly

pull/1278/head
Sebastien Bourdeauducq 2019-02-13 20:29:26 +08:00
parent aa17037193
commit 0b08baef10
1 changed files with 5 additions and 0 deletions

View File

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