Ludovic Courtès <[email protected]> writes: > Hi, > > Marius Bakke <[email protected]> skribis: > >> On the 'core-updates' branch, if you try to reference the 'master' >> branch in an inferior, your system will fail to build like so: > > Could you provide a manifest or something to reproduce this?
Here is a manifest that reproduces this failure:
(use-modules (guix channels)
(guix inferior)
(srfi srfi-1))
(define channels
(list (channel
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(commit "dec845606d2d184da31065fa26cd951b84b3ce2d"))))
(define inferior
(inferior-for-channels channels))
(packages->manifest (first (lookup-inferior-packages inferior "hello")))
signature.asc
Description: PGP signature
