fixup! buildkite-agent: change hooksPath type to 'path' (and prevent it from hitting the store)

This commit is contained in:
zimbatm 2018-01-05 22:43:16 +00:00
parent a8d74859e0
commit 80f13dc31d

View File

@ -124,7 +124,7 @@ in
name="${cfg.name}"
meta-data="${cfg.meta-data}"
build-path="${cfg.dataDir}/builds"
hooks-path="${cfg.hooks-path}"
hooks-path="${cfg.hooksPath}"
bootstrap-script="${pkgs.buildkite-agent}/share/bootstrap.sh"
EOF
'';