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:
parent
8fdf329526
commit
f33d5086d3
|
@ -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.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue