mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 03:03:37 +00:00
buildkite-agent: format with nixpkgs-fmt
This commit is contained in:
parent
8d7c1783d5
commit
88f29ab6e3
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user