tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hydra-module: add default to buildMachinesFiles
Eric Sagnes
9 years ago
338c425e
128389b6
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
continuous-integration
hydra
default.nix
+1
-1
nixos/modules/services/continuous-integration/hydra/default.nix
···
166
166
167
167
buildMachinesFiles = mkOption {
168
168
type = types.listOf types.path;
169
169
-
default = [];
169
169
+
default = [ "/etc/nix/machines" ];
170
170
example = [ "/etc/nix/machines" "/var/lib/hydra/provisioner/machines" ];
171
171
description = "List of files containing build machines.";
172
172
};