fix previous commit

split-software-gateware-builds
Sebastien Bourdeauducq 2019-02-14 16:51:31 +08:00
parent d264543e9c
commit 30cfea4ae6
1 changed files with 1 additions and 1 deletions

View File

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