Escape literalExpression at all/properly
This commit is contained in:
parent
531beac616
commit
25b74cafe8
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ with lib; let
|
|||
|
||||
userDirectoryDescription = dir:
|
||||
literalExpression ''
|
||||
"${XDG_RUNTIME_DIR}"/${dir} on linux or "$(getconf DARWIN_USER_TEMP_DIR)"/${dir} on darwin.
|
||||
"''${XDG_RUNTIME_DIR}"/''${dir} on linux or "$(getconf DARWIN_USER_TEMP_DIR)"/''${dir} on darwin.
|
||||
'';
|
||||
in {
|
||||
options.age = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue