mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
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 {
|
||||
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