Use types.str instead of types.string to avoid warning
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user