From 25b74cafe80f5a1a23d732dc6ca1a8d10a9c91bc Mon Sep 17 00:00:00 2001 From: Carl Andersson Date: Thu, 3 Jul 2025 09:30:55 +0200 Subject: [PATCH] Escape literalExpression at all/properly --- modules/age-home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/age-home.nix b/modules/age-home.nix index c8135b2..0438a3a 100644 --- a/modules/age-home.nix +++ b/modules/age-home.nix @@ -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 = {