buildkite-agent: change hooksPath type to 'path' (and prevent it from hitting the store)
(cherry picked from commit 3aec59c99ff6692468a069fa8a8d6a05000fca81) 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 {
|
||||
type = types.str;
|
||||
type = types.path;
|
||||
default = "${pkgs.buildkite-agent}/share/hooks";
|
||||
defaultText = "${pkgs.buildkite-agent}/share/hooks";
|
||||
description = ''
|
||||
|
Loading…
Reference in New Issue
Block a user