Unverified Commit 88f29ab6 authored by John Soo's avatar John Soo
Browse files

buildkite-agent: format with nixpkgs-fmt

parent 8d7c1783
Loading
Loading
Loading
Loading
+13 −3
Original line number Diff line number Diff line
{ 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";