forked from mirrors/nixpkgs
buildkite-agent: change hooksPath type to 'path' (and prevent it from hitting the store)
(cherry picked from commit 3aec59c99f
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
9f5593559b
commit
097719147a
|
@ -49,7 +49,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
hooksPath = mkOption {
|
hooksPath = mkOption {
|
||||||
type = types.str;
|
type = types.path;
|
||||||
default = "${pkgs.buildkite-agent}/share/hooks";
|
default = "${pkgs.buildkite-agent}/share/hooks";
|
||||||
defaultText = "${pkgs.buildkite-agent}/share/hooks";
|
defaultText = "${pkgs.buildkite-agent}/share/hooks";
|
||||||
description = ''
|
description = ''
|
||||||
|
|
Loading…
Reference in a new issue