about summary refs log tree commit diff
path: root/ops/default.nix
blob: 194252ce4b9a9f89c3a0eadc1e1adeeabd2654bd (plain) (blame)
1
2
3
4
5
6
7
{ pkgs }:

pkgs.lib.makeScope pkgs.newScope (pkgs: {
  buildkite = pkgs.callPackage ./buildkite { };
  gcp-backups = pkgs.callPackage ./gcp-backups { };
  github = pkgs.callPackage ./github { };
})