allow secretKeyFile to be a path

This commit is contained in:
Jörg Thalheim 2024-06-25 16:42:24 +02:00
parent b7237a3fb2
commit 83849e86f8

View file

@ -159,7 +159,7 @@ in
};
options.secretKeyFile = lib.mkOption {
type = lib.types.str;
type = lib.types.nullOr lib.types.path;
description = ''
GitHub app secret key file location.
'';