Remove showKeyFingerprint app
I don't use it.
This commit is contained in:
parent
276248e459
commit
77f23cce9a
1 changed files with 0 additions and 3 deletions
|
|
@ -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 }'
|
||||
'';
|
||||
});
|
||||
|
||||
}) // {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue