1 2 3 4 5
{ pkgs }: pkgs.lib.makeScope pkgs.newScope (pkgs: { buildkite = pkgs.callPackage ./buildkite { }; })