From b07a4c8be5aea8db66d4ee1754766d8b9c0aa06c Mon Sep 17 00:00:00 2001 From: Ethan Turkeltaub Date: Tue, 3 Jun 2025 16:19:03 -0400 Subject: [PATCH] Fix ShellCheck issue in `nixPath` check --- modules/system/checks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/checks.nix b/modules/system/checks.nix index c093e35..b4bf578 100644 --- a/modules/system/checks.nix +++ b/modules/system/checks.nix @@ -173,7 +173,7 @@ let printf >&2 'Make sure that %s exists,\n' \ ${escapeDoubleQuote ( if config.environment.darwinConfig == null then - "the \\`\\` entry in `nix.nixPath`" + "the \\`\\` entry in \\`nix.nixPath\\`" else "\\`${config.environment.darwinConfig}\\`" )}