Check that hello is not available before importing it

This commit is contained in:
Georges Dupéron 2018-09-13 21:05:26 +02:00
parent 292b7151bc
commit 09238fae49
No known key found for this signature in database
GPG Key ID: C7976374130A80F7

View File

@ -12,6 +12,10 @@ echo
pwd
head -c "$len_tar" /dev/sdd | tar -xf -
# Checking that hello is not available yet:
$(guix build hello)/bin/hello && echo "Expected hello to be missing at this point" && exit 1
# Import hello.nar
guix archive --authorize < signing-key.pub
guix archive --import < hello.nar