From a7657b7789fe600fc5068b3cd59a1de4c62daf7e Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Fri, 19 Mar 2021 16:14:48 +0000 Subject: [PATCH] ci-root: remove the CD; it's huge and unnecessary most of the time --- ci-root.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/ci-root.nix b/ci-root.nix index 6ec534a8b2..5a9bd653ef 100644 --- a/ci-root.nix +++ b/ci-root.nix @@ -19,7 +19,6 @@ let twitterchiver-archiver-docker = depot.go.twitterchiver.archiver.dockerImage; twitternuke = depot.go.twitternuke; systemPathJSON = depot.ops.nixos.systemPathJSON; - installcd = depot.ops.nixos.installcd; }; in pkgs.linkFarm "ci" (ciMachines ++ ciPackages ++ ciWindows ++ ciGrafanaPlugins ++ ciDocker ++ ciWeb ++ ciOther)