Fix ShellCheck escaped character issue in nixPath check (#1500)

This commit is contained in:
Michael Hoang 2025-06-04 00:56:23 +00:00 committed by GitHub
commit d46a07214f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -173,7 +173,7 @@ let
printf >&2 'Make sure that %s exists,\n' \
${escapeDoubleQuote (
if config.environment.darwinConfig == null then
"the \\`<darwin-config>\\` entry in `nix.nixPath`"
"the \\`<darwin-config>\\` entry in \\`nix.nixPath\\`"
else
"\\`${config.environment.darwinConfig}\\`"
)}