From 7ddc804dc9595d631e402c82af931bea2510d646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 11 Sep 2018 20:54:35 +0200 Subject: [PATCH] Import the .nar inside the VM --- to-be-run-in-vm.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/to-be-run-in-vm.sh b/to-be-run-in-vm.sh index c4bd2a0..46cf757 100644 --- 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