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:
commit
dfbdabbb3e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue