www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7ddc804dc9595d631e402c82af931bea2510d646
parent 0c2d2019601a1e0e96dddcb032c1ba9d2b9a1ac7
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Tue, 11 Sep 2018 20:54:35 +0200

Import the .nar inside the VM

Diffstat:
Mto-be-run-in-vm.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/to-be-run-in-vm.sh b/to-be-run-in-vm.sh @@ -6,3 +6,6 @@ pwd head -c "$len_tar" /dev/sdd | tar -xf - sha1sum hello.nar sha1sum signing-key.pub + +guix archive --authorize < signing-key.pub +guix archive --import < hello.nar