Skip to content

Commit

Permalink
rio: remove redundant lib.mdDoc call
Browse files Browse the repository at this point in the history
This is an error as of NixOS/nixpkgs#303841

It seems to have been missed in nix-community#4215
  • Loading branch information
magneticflux- authored Apr 13, 2024
1 parent 8fdf329 commit f33d508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/programs/rio.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
'';
Expand Down

0 comments on commit f33d508

Please sign in to comment.