fix: change publicKey type to string
This commit is contained in:
parent
da5dffa056
commit
a05a3e5900
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ in
|
|||
};
|
||||
|
||||
publicKey = lib.mkOption {
|
||||
type = types.nullOr types.path;
|
||||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
description = ''
|
||||
The public key to sign the derivations with.
|
||||
|
|
Loading…
Reference in a new issue