From ae840fa57cac0af5ad9276c72188c054f1b7d949 Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Tue, 24 Feb 2026 08:32:18 -0500 Subject: [PATCH] fix(steps-guix): run final after stage to prevent pid1 exit panic --- steps-guix/improve/after.sh | 1 + steps-guix/manifest | 1 + 2 files changed, 2 insertions(+) diff --git a/steps-guix/improve/after.sh b/steps-guix/improve/after.sh index bbf8b232..f181984e 100644 --- a/steps-guix/improve/after.sh +++ b/steps-guix/improve/after.sh @@ -1,4 +1,5 @@ #!/bin/sh +# # SPDX-License-Identifier: GPL-3.0-or-later exec /steps/improve/after.sh diff --git a/steps-guix/manifest b/steps-guix/manifest index 1e87833d..b127e8a7 100644 --- a/steps-guix/manifest +++ b/steps-guix/manifest @@ -15,3 +15,4 @@ improve: get_network build: libgpg-error-1.59 build: libgcrypt-1.12.1 build: guile-gcrypt-0.5.0 +improve: after