flake: Add script to update public GPG key

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-10-17 22:26:17 +02:00
parent 25ce4282b5
commit b11dc64f02
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -50,6 +50,9 @@
packages = rec {
inherit c8h4-io;
default = c8h4-io;
update-gpg-key = pkgs.writeShellScriptBin "c8h4-io-update-gpg-key" ''
${pkgs.gnupg}/bin/gpg --export --armor 9C561D6430B28D6BDCBC9CEB73D5E7FDEE3DE49A >static/gpg.asc
'';
};
apps.devserver = let