Nikita Karetnikov <[email protected]> skribis: > Then I tried > './pre-inst-env guix-daemon --build-users-group=nixbld -C 0 &'. > > This error [1] appeared again.
By default /bin is not in the chroot. So you have to run (using, again, a newly-added option): guix-daemon --build-users-group=nixbld --chroot-directory=/bin (There can be several --chroot-directory options.) Thanks, Ludo’.
