From c4aca31a689f8167c439f9bdb15929081b69e64e Mon Sep 17 00:00:00 2001 From: KREYREN Date: Sun, 4 Aug 2024 02:19:31 +0000 Subject: [PATCH] modules/age-home: Make SC2043 more verbose for identityPaths nitpick --- modules/age-home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/age-home.nix b/modules/age-home.nix index 7c1051f..1a8ab42 100644 --- a/modules/age-home.nix +++ b/modules/age-home.nix @@ -38,7 +38,7 @@ with lib; let TMP_FILE="$_truePath.tmp" IDENTITIES=() - # shellcheck disable=2043 + # shellcheck disable=SC2043 # If only one path is set in identityPaths it will fail shellcheck for identity in ${toString cfg.identityPaths}; do test -r "$identity" || continue IDENTITIES+=(-i)