Escape literalExpression at all/properly

This commit is contained in:
Carl Andersson 2025-07-03 09:30:55 +02:00
parent 531beac616
commit 25b74cafe8

View file

@ -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 = {