Skip to content

Commit

Permalink
docs: add missing literalExpression (#190)
Browse files Browse the repository at this point in the history
`path` is a *path*, not a string.
  • Loading branch information
jfly authored Jan 7, 2025
1 parent 28331ca commit e586403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ in {
options = {
path = l.mkOption {
type = t.path;
example = "./path/to/project";
example = lib.literalExpression "./path/to/project";
description = "The absolute path of this project";
};

Expand Down

0 comments on commit e586403

Please sign in to comment.