]> git.scottworley.com Git - auto-upgrade-with-pinch/blobdiff - pkgs/keyed-gpg.nix
25.11: Formatting: nixfmt-classic → nixfmt-rfc-style
[auto-upgrade-with-pinch] / pkgs / keyed-gpg.nix
index b6758227f66d5c39966c123adf8f30c1621d6bf8..6fe1ed99a89e33b8370de1d36f08397b21a64eb5 100644 (file)
@@ -1,7 +1,13 @@
 # Following the instructions at https://tribut.de/blog/git-commit-signatures-trusted-keys
 # Use with git with -c gpg.program='keyedgpg /path/to/keyfile.asc'
 
 # Following the instructions at https://tribut.de/blog/git-commit-signatures-trusted-keys
 # Use with git with -c gpg.program='keyedgpg /path/to/keyfile.asc'
 
-{ coreutils, gawk, homeless-gpg, lib, writeShellScript, }:
+{
+  coreutils,
+  gawk,
+  homeless-gpg,
+  lib,
+  writeShellScript,
+}:
 keyfiles:
 writeShellScript "keyed-gpg" ''
   set -eo pipefail
 keyfiles:
 writeShellScript "keyed-gpg" ''
   set -eo pipefail
@@ -20,4 +26,3 @@ writeShellScript "keyed-gpg" ''
 
   ${homeless-gpg} --keyring="$keyring" "''${trusted_key_args[@]}" "$@"
 ''
 
   ${homeless-gpg} --keyring="$keyring" "''${trusted_key_args[@]}" "$@"
 ''
-