Merge pull request #338 from Lillecarl/escape

Escape literalExpression at all/properly
This commit is contained in:
Ryan Mulligan 2025-08-04 08:46:02 -07:00 committed by GitHub
commit 890be82dac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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