artiq-full: remove channel constituents

pull/33/head
Sebastien Bourdeauducq 2020-07-02 20:34:06 +08:00
parent 088a101d89
commit 4578bbc74e
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ in
artiq-full = pkgs.releaseTools.channel {
name = "artiq-full";
src = generatedNix;
constituents = builtins.attrValues jobs;
constituents = [];
};
conda-channel = import ./artiq-full/conda-channel.nix { inherit pkgs; } { inherit jobs; };
}