mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-16 05:18:17 +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 ];
|
default = [ pkgs.bash pkgs.gnutar pkgs.gzip pkgs.git pkgs.nix ];
|
||||||
defaultText = literalExpression "[ 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";
|
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 {
|
tokenPath = mkOption {
|
||||||
|
|
Loading…
Add table
Reference in a new issue