forked from M-Labs/nix-scripts
wfvm: remove unnecessary HOME
This commit is contained in:
parent
cc14162e60
commit
18f84a65c6
|
@ -169,8 +169,6 @@ let
|
||||||
];
|
];
|
||||||
|
|
||||||
in ''
|
in ''
|
||||||
export HOME=$(mktemp -d)
|
|
||||||
|
|
||||||
# Create an image referencing the previous image in the chain
|
# Create an image referencing the previous image in the chain
|
||||||
qemu-img create -f qcow2 -b ${acc} c.img
|
qemu-img create -f qcow2 -b ${acc} c.img
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue