fix(guix-pull): pass explicit channels file to avoid missing guix channel

This commit is contained in:
vxtls 2026-03-11 09:10:41 -04:00
parent 62478d4872
commit 173db715e0

View file

@ -231,4 +231,4 @@ EOF
chmod 0644 "${channels_file}"
guix pull --bootstrap --no-substitutes
guix pull --bootstrap --no-substitutes --channels="${channels_file}"