about summary refs log tree commit diff
path: root/ops/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 { };
+})