forked from M-Labs/artiq
nix: attempt to create hydra channel properly
This commit is contained in:
parent
aa17037193
commit
0b08baef10
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue