Fix ShellCheck issue in nixPath check

This commit is contained in:
Ethan Turkeltaub 2025-06-03 16:19:03 -04:00
parent 44a7d0e687
commit b07a4c8be5
No known key found for this signature in database
GPG key ID: 707E91B28D56B61F

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}\\`"
)}