Oops, types.string is deprecated
See https://github.com/NixOS/nixpkgs/pull/66346
This commit is contained in:
@@ -20,7 +20,7 @@ in
|
||||
'';
|
||||
};
|
||||
token = mkOption {
|
||||
type = types.string;
|
||||
type = types.str;
|
||||
description = ''
|
||||
SelfPrivacy API token
|
||||
'';
|
||||
|
Reference in New Issue
Block a user