Oops, types.string is deprecated

See https://github.com/NixOS/nixpkgs/pull/66346
This commit is contained in:
Inex Code
2021-11-16 13:30:11 +03:00
parent 18d7a56e96
commit b4bc3a4ffc
2 changed files with 16 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ in
'';
};
token = mkOption {
type = types.string;
type = types.str;
description = ''
SelfPrivacy API token
'';