‘guix deploy’ doesn’t honor (build-locally? #f) in the presence of grafts
(address . bug-guix@gnu.org)
In current ‘master’ (ca. f0ae9da3210cc6d87ca519545203daf9751f3465), when
passed a set of ‘machine-ssh-configuration’ machines, ‘guix deploy’ ends
up trying to build locally even if those machines have:
(build-locally? #f)
Passing ‘--no-grafts’ works around the problem.
Ludo’.