rizin: fix comment character typo
This commit is contained in:
parent
6f2cb27ea6
commit
92460de672
1 changed files with 2 additions and 2 deletions
|
|
@ -59,10 +59,10 @@ in
|
|||
else
|
||||
".rizinrc";
|
||||
configContent = ''
|
||||
; settings
|
||||
# settings
|
||||
${lib.concatStringsSep "\n" (lib.mapAttrsToList (k: v: "e ${k}=${lib.toString v}") cfg.settings)}
|
||||
|
||||
; extraConfig
|
||||
# extraConfig
|
||||
${cfg.extraConfig}
|
||||
'';
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue