nixos/lighthouse: use mkPackageOption
This commit is contained in:
@@ -216,12 +216,7 @@ in
|
||||
example = "";
|
||||
};
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.lighthouse;
|
||||
defaultText = literalExpression "pkgs.lighthouse";
|
||||
description = lib.mdDoc "The lighthouse package that should be used.";
|
||||
};
|
||||
package = lib.mkPackageOption pkgs "lighthouse" { };
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user