diff --git a/artiq-full.nix b/artiq-full.nix index a9dda39..3f5c369 100644 --- a/artiq-full.nix +++ b/artiq-full.nix @@ -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; }; }