mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
nixos/dokuwiki: add missing option enable
This commit is contained in:
parent
550dab224a
commit
50029ed89c
@ -66,6 +66,8 @@ let
|
||||
siteOpts = { config, lib, name, ... }:
|
||||
{
|
||||
options = {
|
||||
enable = mkEnableOption "DokuWiki web application.";
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.dokuwiki;
|
||||
|
Loading…
Reference in New Issue
Block a user