forked from M-Labs/artiq
1
0
Fork 0

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
1 changed files with 5 additions and 0 deletions

View File

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