forked from lix-project/hydra
hydra-module.nix: fix warning about deprecated types.list
This commit is contained in:
parent
2c78a92ac5
commit
51d21b9b91
|
@ -164,7 +164,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
buildMachinesFiles = mkOption {
|
buildMachinesFiles = mkOption {
|
||||||
type = types.list types.path;
|
type = types.listOf types.path;
|
||||||
default = [];
|
default = [];
|
||||||
example = [ "/etc/nix/machines" "/var/lib/hydra/provisioner/machines" ];
|
example = [ "/etc/nix/machines" "/var/lib/hydra/provisioner/machines" ];
|
||||||
description = "List of files containing build machines.";
|
description = "List of files containing build machines.";
|
||||||
|
|
Loading…
Reference in a new issue