modules: types.string throws error now (#4324)
Since the merge of https://github.com/NixOS/nixpkgs/pull/247848
This commit is contained in:
parent
903e06d734
commit
7b8d43fbaf
2 changed files with 3 additions and 3 deletions
|
|
@ -107,7 +107,7 @@ let
|
|||
};
|
||||
|
||||
settings = mkOption {
|
||||
type = types.attrsOf types.string;
|
||||
type = types.attrsOf types.str;
|
||||
description = ''
|
||||
Extra key-value pairs to add to the `[Desktop Entry]` section.
|
||||
This may override other values.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue