Remove showKeyFingerprint app

I don't use it.
This commit is contained in:
Jakob Lechner 2023-06-27 12:28:37 +00:00
parent 76250ae3f8
commit f04e802509
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -101,9 +101,6 @@
)
self.nixosConfigurations);
showKeyFingerprint = pkgs.writeShellScript "show-key-fingerprint" ''
${pkgs.gnupg}/bin/gpg --with-fingerprint --with-colons --show-key "keys/''${1}.asc" | awk -F: '$1 == "fpr" { print $10; exit }'
'';
});
}) // {