Skip to content

Commit

Permalink
nix-darwin: fix shellcheck warning of activation script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 17, 2024
1 parent 1c75c1c commit 793c07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nix-darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ let
''
if [[ ! -f ${escapedKeyFile} ]]; then
echo generating machine-specific age key...
mkdir -p $(dirname ${escapedKeyFile})
mkdir -p "$(dirname ${escapedKeyFile})"
# age-keygen sets 0600 by default, no need to chmod.
${pkgs.age}/bin/age-keygen -o ${escapedKeyFile}
fi
Expand Down

0 comments on commit 793c07f

Please sign in to comment.