nixos/tests/openstack-image: add stdenv to image for nixos-rebuild

Fixes #79100
This commit is contained in:
Andrew Childs 2020-02-03 10:44:53 +09:00
parent e293cf9117
commit e0a734ef6b

View File

@ -16,6 +16,12 @@ let
../maintainers/scripts/openstack/openstack-image.nix
../modules/testing/test-instrumentation.nix
../modules/profiles/qemu-guest.nix
{
# Needed by nixos-rebuild due to lack of network access.
system.extraDependencies = with pkgs; [
stdenv
];
}
];
}).config.system.build.openstackImage + "/nixos.qcow2";