From 7188a9497424c952c7d9d27fc9220d122f248e8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vedran=20Ivankovi=C4=87?= <33936733+Veki301@users.noreply.github.com> Date: Wed, 15 Jul 2026 17:07:07 +0200 Subject: [PATCH] update timestamp for GPG key and regenerate it --- nix/overlay.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/overlay.nix b/nix/overlay.nix index 7e26dde4e..b5d27bca9 100644 --- a/nix/overlay.nix +++ b/nix/overlay.nix @@ -39,7 +39,7 @@ super: { # or whenever this derivation is built again without having the result in the binary cache. # The public part of the key is shipped with the offline bundle # ($aptly_root/public/gpg). - # The private key (Github secret) was last replaced on 2024-07-12 and is valid for two years. + # The private key (Github secret) was last replaced on 2026-07-15 and is valid for two years. install -Dm755 ${./scripts/generate-gpg1-key.sh} $out/bin/generate-gpg1-key # we *--set* PATH here, to ensure we don't pick wrong gpgs