mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
nix-darwin: fix shellcheck warning of activation script
This commit is contained in:
parent
1c75c1c13a
commit
793c07f331
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue