From 4578bbc74e10b899bad64ec912c41785234f7e21 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 2 Jul 2020 20:34:06 +0800 Subject: [PATCH] artiq-full: remove channel constituents --- artiq-full.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }