src issues were due to channel cache bugs on subscriber

pull/16/head
Sebastien Bourdeauducq 2019-02-14 17:49:40 +08:00
parent 6051aaeaf2
commit 62b80bfe82
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ in
jobs // {
channel = pkgs.releaseTools.channel {
name = "main";
src = ./artiq;
src = generatedNix;
constituents = builtins.attrValues jobs;
};
}