We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1316ea1 commit c310c4cCopy full SHA for c310c4c
nix/module.nix
@@ -4,12 +4,7 @@ self:
4
options.services.moulberry-bush-website = {
5
enable = lib.mkEnableOption "moulbery bush website";
6
7
- package = lib.mkOption {
8
- description = "The package to use for the website";
9
- default = null;
10
- defaultText = "null";
11
- type = lib.types.package;
12
- };
+ package = lib.mkPackageOption self.packages.${config.nixpkgs.hostPlatform} "website" { };
13
14
environmentFile = lib.mkOption {
15
description = "An extra file containing environment variables to load (for secrets)";
0 commit comments