Fix lib functions taken from pkgs.lib instead of lib in nixos
This commit is contained in:
@@ -31,7 +31,7 @@ in
|
||||
{
|
||||
|
||||
options = {
|
||||
extraWorkersProperties = pkgs.lib.mkOption {
|
||||
extraWorkersProperties = lib.mkOption {
|
||||
default = "";
|
||||
description = "Additional configuration for the workers.properties file.";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user