Fix ShellCheck issue in nixPath check
This commit is contained in:
parent
44a7d0e687
commit
b07a4c8be5
1 changed files with 1 additions and 1 deletions
|
|
@ -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}\\`"
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue