From 336b840fcd89f3488cc307717f8e2bc75864b12c Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Thu, 19 Dec 2024 22:33:47 -0500 Subject: [PATCH] ignore shellcheck warning --- backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.nix b/backup.nix index 73d3084..8ad5a78 100644 --- a/backup.nix +++ b/backup.nix @@ -16,7 +16,7 @@ let coreutils ]; - extraShellCheckFlags = [ "-x" "/etc/misskey-backup" ]; + excludeShellChecks = [ "SC1091" ]; text = '' source "${backupConfigFile}"