fix(steps-guix): merge guix-1.5.0 improve stage into pass1 build path

This commit is contained in:
vxtls 2026-03-04 21:58:54 -05:00
parent 3d35277070
commit 4abc97da82
2 changed files with 4 additions and 1 deletions

View file

@ -5,6 +5,10 @@ src_prepare() {
default
# Merge improve:guix-1.5.0 into build:guix-1.5.0 so manifest order cannot
# accidentally influence pass number selection.
"${SRCDIR}/improve/guix-1.5.0.sh"
if [ ! -f /tmp/guix-bootstrap-seeds.env ]; then
echo "Missing /tmp/guix-bootstrap-seeds.env" >&2
false