Skip to content

Commit

Permalink
fixup! flarum module: with imports, nixfmt
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Leightcap <jack@leightcap.com>
  • Loading branch information
jleightcap committed Aug 18, 2023
1 parent 8801e9b commit dab6c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/flarum.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ in {
services.flarum = with types; {
enable = mkEnableOption "Flarum discussion platform";

package = mkPackageOptions pkgs "flarum" { };
package = mkPackageOption pkgs "flarum" { };

forumTitle = mkOption {
type = types.str;
Expand Down

0 comments on commit dab6c24

Please sign in to comment.