Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Nov 13, 2023
1 parent 5c41ca2 commit c9debab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
prependFlags = mkOption {
type = with types; listOf (coercedTo anything (x: "${x}") str);
description = lib.mdDoc ''
Prepend a flag to the invocation of the program, t**before** any arguments passed to the wrapped executable.
Prepend a flag to the invocation of the program, **before** any arguments passed to the wrapped executable.
'';
default = [];
example = lib.literalExpression ''
Expand Down

0 comments on commit c9debab

Please sign in to comment.