Skip to content

Commit

Permalink
Merge pull request #305379 from stuebinm/fcast-receiver-mdDoc
Browse files Browse the repository at this point in the history
nixos/fcast-receiver: remove uses of lib.mdDoc
  • Loading branch information
wegank authored Apr 21, 2024
2 parents b190b4e + 5cbfb93 commit d9ad2e5
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 d9ad2e5

Please sign in to comment.