nixos/lighthouse: use mkPackageOption
This commit is contained in:
parent
c2aa335f5f
commit
b6a0bf0b62
@ -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" { };
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user