Use the imported "hello" binary, and try to rebuild it.
This commit is contained in:
parent
8c08f36ccf
commit
292b7151bc
|
@ -15,6 +15,12 @@ head -c "$len_tar" /dev/sdd | tar -xf -
|
||||||
guix archive --authorize < signing-key.pub
|
guix archive --authorize < signing-key.pub
|
||||||
guix archive --import < hello.nar
|
guix archive --import < hello.nar
|
||||||
|
|
||||||
|
# This works:
|
||||||
|
$(guix build hello)/bin/hello
|
||||||
|
|
||||||
|
# This fails
|
||||||
|
guix build --check hello
|
||||||
|
|
||||||
# Wait for the control socket for shepherd to appear and halt the VM.
|
# Wait for the control socket for shepherd to appear and halt the VM.
|
||||||
(
|
(
|
||||||
while [ ! -e /var/run/shepherd/socket ]; do
|
while [ ! -e /var/run/shepherd/socket ]; do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user