From 0b08baef102374c4f785fd18997fe2b892ec5510 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 13 Feb 2019 20:29:26 +0800 Subject: [PATCH] nix: attempt to create hydra channel properly --- nix/release.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nix/release.nix b/nix/release.nix index 710030351..e992db74c 100644 --- a/nix/release.nix +++ b/nix/release.nix @@ -35,6 +35,11 @@ let src = ../.; recipe = "conda/artiq"; }; + mainchannel = pkgs.releaseTools.channel { + name = "mainchannel"; + src = ./.; + constituents = [ ]; + }; } // boardJobs // artiqPkgs; in jobs