remove keys/zimbatm.asc

This GPG key isn't used anymore. Remove all the associated machinery.
This commit is contained in:
zimbatm 2023-01-21 11:10:33 +01:00
parent 43c95d099c
commit 92a43cb33d
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
3 changed files with 0 additions and 37 deletions

View file

@ -1,14 +1,9 @@
{ pkgs
, sops-import-keys-hook
, treefmt
}:
with pkgs;
mkShellNoCC {
sopsPGPKeyDirs = [
"${toString ./.}/keys"
];
buildInputs = [
(terraform.withPlugins (
p: [
@ -28,7 +23,5 @@ mkShellNoCC {
))
rsync
treefmt
sops-import-keys-hook
];
}