vendored/*: types.string -> types.str
This commit is contained in:
parent
25f969acd4
commit
b19eb30e66
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ in
|
|||
package = mkPackageOption pkgs "thelounge" { };
|
||||
|
||||
dataDir = mkOption {
|
||||
type = types.string;
|
||||
type = types.str;
|
||||
default = "/var/lib/thelounge";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue