Skip to content

Commit

Permalink
modules/age-home: Make SC2043 more verbose for identityPaths
Browse files Browse the repository at this point in the history
nitpick
  • Loading branch information
Kreyren authored Aug 4, 2024
1 parent 3f1dae0 commit c4aca31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/age-home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c4aca31

Please sign in to comment.