rio: remove redundant `lib.mdDoc` call

This is an error as of https://github.com/NixOS/nixpkgs/pull/303841

It seems to have been missed in https://github.com/nix-community/home-manager/pull/4215
This commit is contained in:
Mitchell Skaggs 2024-04-13 12:59:33 -05:00 committed by GitHub
parent 8fdf329526
commit f33d5086d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ let
in {
options.programs.rio = {
enable = lib.mkEnableOption null // {
description = lib.mdDoc ''
description = ''
Enable Rio, a terminal built to run everywhere, as a native desktop applications by
Rust/WebGPU or even in the browsers powered by WebAssembly/WebGPU.
'';