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 {
|
publicKey = lib.mkOption {
|
||||||
type = types.nullOr types.path;
|
type = types.nullOr types.str;
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
The public key to sign the derivations with.
|
The public key to sign the derivations with.
|
||||||
|
|
Loading…
Reference in a new issue