diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-09 15:16:23 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-09 20:33:35 +0200 |
commit | d0ab64626c70953b94a9d0a66f66c624f0a3ad5a (patch) | |
tree | 673d0219a73190685125b8ed2bebb945be8ef7b0 /sys/secrets | |
parent | refactor(hm/conf/zsh): Move xdg vars under the xdg directory (diff) | |
download | nixos-config-d0ab64626c70953b94a9d0a66f66c624f0a3ad5a.tar.gz nixos-config-d0ab64626c70953b94a9d0a66f66c624f0a3ad5a.zip |
style(treewide): Comply with `nix fmt`
Diffstat (limited to 'sys/secrets')
-rwxr-xr-x | sys/secrets/update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/secrets/update.sh b/sys/secrets/update.sh index 82aea59e..edc4ae8a 100755 --- a/sys/secrets/update.sh +++ b/sys/secrets/update.sh @@ -1,5 +1,6 @@ #!/usr/bin/env nix #! nix shell nixpkgs#age nixpkgs#jq nixpkgs#dash --command dash +# shellcheck shell=dash cleanup() { [ "$key_file" ] && rm "$key_file" |