1 2 3 4 5 6 7
{ depot, pkgs, ... }: depot.nix.readTree.drvTargets { terraform = pkgs.terraform.withPlugins (p: [ p.buildkite ]); }