Loading pkgs/development/tools/continuous-integration/buildkite-agent/default.nix +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"; Loading Loading
pkgs/development/tools/continuous-integration/buildkite-agent/default.nix +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"; Loading