buildkite-agent: format with nixpkgs-fmt

This commit is contained in:
John Soo 2023-07-28 11:52:55 -07:00
parent 8d7c1783d5
commit 88f29ab6e3
No known key found for this signature in database
GPG Key ID: D8A148F8CE4DDBC2

View File

@ -1,6 +1,16 @@
{ fetchFromGitHub, lib, buildGoModule,
makeWrapper, coreutils, git, openssh, bash, gnused, gnugrep, gitUpdater,
nixosTests }:
{ fetchFromGitHub
, lib
, buildGoModule
, makeWrapper
, coreutils
, git
, openssh
, bash
, gnused
, gnugrep
, gitUpdater
, nixosTests
}:
buildGoModule rec {
pname = "buildkite-agent";
version = "3.50.3";