ci-root: remove the CD; it's huge and unnecessary most of the time

This commit is contained in:
Luke Granger-Brown 2021-03-19 16:14:48 +00:00
parent 0f0f61f2df
commit a7657b7789

View file

@ -19,7 +19,6 @@ let
twitterchiver-archiver-docker = depot.go.twitterchiver.archiver.dockerImage; twitterchiver-archiver-docker = depot.go.twitterchiver.archiver.dockerImage;
twitternuke = depot.go.twitternuke; twitternuke = depot.go.twitternuke;
systemPathJSON = depot.ops.nixos.systemPathJSON; systemPathJSON = depot.ops.nixos.systemPathJSON;
installcd = depot.ops.nixos.installcd;
}; };
in in
pkgs.linkFarm "ci" (ciMachines ++ ciPackages ++ ciWindows ++ ciGrafanaPlugins ++ ciDocker ++ ciWeb ++ ciOther) pkgs.linkFarm "ci" (ciMachines ++ ciPackages ++ ciWindows ++ ciGrafanaPlugins ++ ciDocker ++ ciWeb ++ ciOther)