mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 12:22:37 +03:00
virtualbox-image: remove raw image (hopefully fixes ova tests)
See also 80660f8
This commit is contained in:
parent
17f9b21c09
commit
f0da094b2e
@ -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 New Issue
Block a user