mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
virtualbox-image: remove raw image (hopefully fixes ova tests)
See also 80660f8
This commit is contained in:
parent
17f9b21c09
commit
f0da094b2e
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ in {
|
|||
fn="$out/nixos-${config.system.nixosLabel}-${pkgs.stdenv.system}.ova"
|
||||
VBoxManage export "$vmName" --output "$fn"
|
||||
|
||||
rm -v $diskImage
|
||||
|
||||
mkdir -p $out/nix-support
|
||||
echo "file ova $fn" >> $out/nix-support/hydra-build-products
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue