Use types.str instead of types.string to avoid warning
This commit is contained in:
parent
09d2df1a81
commit
8dd27b6334
6 changed files with 14 additions and 14 deletions
|
|
@ -23,7 +23,7 @@ in {
|
|||
'';
|
||||
};
|
||||
group = mkOption {
|
||||
type = types.string;
|
||||
type = types.str;
|
||||
default = "hardware-wallets";
|
||||
description = ''
|
||||
Group the hardware wallet udev rules apply to.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue