aboutsummaryrefslogtreecommitdiff
path: root/ops/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-08-07 14:24:28 -0700
committerFranck Cuny <franck@fcuny.net>2022-08-07 14:34:38 -0700
commita7f8992b5ebf3bb9e3badf1286a0b785d7a2c10d (patch)
treeca8aa578c2df7385f5ae69b6367627c4954691e0 /ops/default.nix
parentci(pipeline): the pipeline to be executed with a new build (diff)
downloadinfra-a7f8992b5ebf3bb9e3badf1286a0b785d7a2c10d.tar.gz
feat(ops/buildkite): use terraform to manage buildkite
Change-Id: I63fc8fd81679457f7dbeafc2bd10c0eded0de991 Reviewed-on: https://cl.fcuny.net/c/world/+/707 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to 'ops/default.nix')
-rw-r--r--ops/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/ops/default.nix b/ops/default.nix
new file mode 100644
index 0000000..500f9ec
--- /dev/null
+++ b/ops/default.nix
@@ -0,0 +1,5 @@
+{ pkgs }:
+
+pkgs.lib.makeScope pkgs.newScope (pkgs: {
+ buildkite = pkgs.callPackage ./buildkite { };
+})