aboutsummaryrefslogtreecommitdiff
path: root/ops/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-04 17:50:11 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-04 17:50:11 -0700
commit255538c32e10e5dac29cac39a28ce499227f067f (patch)
tree2ece731263ebe6fc40e37a32f8ad5af969d3aed2 /ops/default.nix
parentref(tools/ssh-key-to-forge): replaced by gh-ssh-keys (diff)
downloadinfra-255538c32e10e5dac29cac39a28ce499227f067f.tar.gz
ops(terraform): individual actions for init/plan/apply
Don't do all of these actions together, instead provide helpers for both init, plan, and apply.
Diffstat (limited to 'ops/default.nix')
-rw-r--r--ops/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/default.nix b/ops/default.nix
index ec2bc02..194252c 100644
--- a/ops/default.nix
+++ b/ops/default.nix
@@ -3,4 +3,5 @@
pkgs.lib.makeScope pkgs.newScope (pkgs: {
buildkite = pkgs.callPackage ./buildkite { };
gcp-backups = pkgs.callPackage ./gcp-backups { };
+ github = pkgs.callPackage ./github { };
})