1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

Merge pull request #661 from serokell/rvem/change-buildkite-agent-runtimePackages-option

buildkite-agent: allow 'types.path' in runtimePackages
This commit is contained in:
Daiderd Jordan 2023-05-17 19:16:52 +02:00 committed by GitHub
commit dfbdabbb3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ let
default = [ pkgs.bash pkgs.gnutar pkgs.gzip pkgs.git pkgs.nix ];
defaultText = literalExpression "[ pkgs.bash pkgs.gnutar pkgs.gzip pkgs.git pkgs.nix ]";
description = mdDoc "Add programs to the buildkite-agent environment";
type = types.listOf types.package;
type = types.listOf (types.either types.package types.path);
};
tokenPath = mkOption {