buildkite-agent service: add bash to the runtimePackages
bash is necessary for nix-shell to work properly
This commit is contained in:
parent
e6a3089ec4
commit
74a2d53e0d
@ -33,8 +33,8 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
runtimePackages = mkOption {
|
runtimePackages = mkOption {
|
||||||
default = [ pkgs.nix ];
|
default = [ pkgs.bash pkgs.nix ];
|
||||||
defaultText = "[ pkgs.nix ]";
|
defaultText = "[ pkgs.bash pkgs.nix ]";
|
||||||
description = "Add programs to the buildkite-agent environment";
|
description = "Add programs to the buildkite-agent environment";
|
||||||
type = types.listOf types.package;
|
type = types.listOf types.package;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user