mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-15 17:51:01 +00:00
finder: types.string
-> types.str
`string` was changed from deprecation warning to error in c59c6b1c57
This commit is contained in:
parent
829041cf10
commit
b671517f28
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ with lib;
|
|||
};
|
||||
|
||||
system.defaults.finder.FXDefaultSearchScope = mkOption {
|
||||
type = types.nullOr types.string;
|
||||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
description = lib.mdDoc ''
|
||||
Change the default search scope. Use "SCcf" to default to current folder.
|
||||
|
@ -39,7 +39,7 @@ with lib;
|
|||
};
|
||||
|
||||
system.defaults.finder.FXPreferredViewStyle = mkOption {
|
||||
type = types.nullOr types.string;
|
||||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
description = lib.mdDoc ''
|
||||
Change the default finder view.
|
||||
|
|
Loading…
Reference in a new issue