about summary refs log tree commit diff stats
path: root/sys/secrets
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-09 15:16:23 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-09 20:33:35 +0200
commitd0ab64626c70953b94a9d0a66f66c624f0a3ad5a (patch)
tree673d0219a73190685125b8ed2bebb945be8ef7b0 /sys/secrets
parentrefactor(hm/conf/zsh): Move xdg vars under the xdg directory (diff)
downloadnixos-config-d0ab64626c70953b94a9d0a66f66c624f0a3ad5a.tar.gz
nixos-config-d0ab64626c70953b94a9d0a66f66c624f0a3ad5a.zip
style(treewide): Comply with `nix fmt`
Diffstat (limited to 'sys/secrets')
-rwxr-xr-xsys/secrets/update.sh1
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"