distribute generated Nix files with channel

pull/16/head
Sebastien Bourdeauducq 2019-02-14 16:48:19 +08:00
parent ee72921382
commit d264543e9c
1 changed files with 1 additions and 1 deletions

View File

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