nixos/tests/openstack-image: add stdenv to image for nixos-rebuild
Fixes #79100
This commit is contained in:
parent
e293cf9117
commit
e0a734ef6b
|
@ -16,6 +16,12 @@ let
|
||||||
../maintainers/scripts/openstack/openstack-image.nix
|
../maintainers/scripts/openstack/openstack-image.nix
|
||||||
../modules/testing/test-instrumentation.nix
|
../modules/testing/test-instrumentation.nix
|
||||||
../modules/profiles/qemu-guest.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";
|
}).config.system.build.openstackImage + "/nixos.qcow2";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user