trying to understand pkgs.releaseTools.channel src

pull/16/head
Sebastien Bourdeauducq 2019-02-14 17:27:15 +08:00
parent 4363f35e51
commit 6051aaeaf2
1 changed files with 1 additions and 1 deletions

View File

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