summary refs log tree commit diff
path: root/nixos/tests/openstack-image.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/openstack-image.nix')
-rw-r--r--nixos/tests/openstack-image.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/tests/openstack-image.nix b/nixos/tests/openstack-image.nix
index 8a21dd1b599..97c9137fe1d 100644
--- a/nixos/tests/openstack-image.nix
+++ b/nixos/tests/openstack-image.nix
@@ -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";