forked from M-Labs/nix-scripts
artiq-full: remove channel constituents
This commit is contained in:
parent
088a101d89
commit
4578bbc74e
|
@ -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; };
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue