mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 12:06:31 +01:00
fix(steps-guix): merge guix-1.5.0 improve stage into pass1 build path
This commit is contained in:
parent
3d35277070
commit
4abc97da82
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue