update deprecated type
This commit is contained in:
parent
2a059a848d
commit
7f98603e5f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ in
|
||||||
enable = mkEnableOption "bind";
|
enable = mkEnableOption "bind";
|
||||||
package = mkPackageOption pkgs "bind" { };
|
package = mkPackageOption pkgs "bind" { };
|
||||||
extraConfig = mkOption {
|
extraConfig = mkOption {
|
||||||
type = types.string;
|
type = types.str;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue