ci-root: add twitternuke
This commit is contained in:
parent
576a45ae67
commit
df2e3c3464
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ let
|
||||||
ciOther = prefixAttrs "other" {
|
ciOther = prefixAttrs "other" {
|
||||||
twitterchiver-archiver = depot.go.twitterchiver.archiver;
|
twitterchiver-archiver = depot.go.twitterchiver.archiver;
|
||||||
twitterchiver-archiver-docker = depot.go.twitterchiver.archiver.dockerImage;
|
twitterchiver-archiver-docker = depot.go.twitterchiver.archiver.dockerImage;
|
||||||
|
twitternuke = depot.go.twitternuke;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
pkgs.linkFarm "ci" (ciMachines ++ ciPackages ++ ciGrafanaPlugins ++ ciDocker ++ ciOther)
|
pkgs.linkFarm "ci" (ciMachines ++ ciPackages ++ ciGrafanaPlugins ++ ciDocker ++ ciOther)
|
||||||
|
|
Loading…
Reference in a new issue