hydra-module.nix: fix warning about deprecated types.list

This commit is contained in:
Alexander Ried 2016-05-09 19:09:33 +02:00
parent 2c78a92ac5
commit 51d21b9b91

View file

@ -164,7 +164,7 @@ in
};
buildMachinesFiles = mkOption {
type = types.list types.path;
type = types.listOf types.path;
default = [];
example = [ "/etc/nix/machines" "/var/lib/hydra/provisioner/machines" ];
description = "List of files containing build machines.";