mirror of https://github.com/m-labs/artiq.git
nix: attempt to create hydra channel properly
This commit is contained in:
parent
aa17037193
commit
0b08baef10
|
@ -35,6 +35,11 @@ let
|
|||
src = ../.;
|
||||
recipe = "conda/artiq";
|
||||
};
|
||||
mainchannel = pkgs.releaseTools.channel {
|
||||
name = "mainchannel";
|
||||
src = ./.;
|
||||
constituents = [ ];
|
||||
};
|
||||
} // boardJobs // artiqPkgs;
|
||||
in
|
||||
jobs
|
||||
|
|
Loading…
Reference in New Issue