Skip to content

Commit

Permalink
nixos/fcast-receiver: remove uses of lib.mdDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stuebinm committed Apr 19, 2024
1 parent 7eceafd commit 5cbfb93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/programs/fcast-receiver.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ in
};

options.programs.fcast-receiver = {
enable = mkEnableOption (lib.mdDoc "FCast Receiver");
enable = mkEnableOption "FCast Receiver";
openFirewall = mkOption {
type = types.bool;
default = false;
description = lib.mdDoc ''
description = ''
Open ports needed for the functionality of the program.
'';
};
Expand Down

0 comments on commit 5cbfb93

Please sign in to comment.