about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorMichele Guerini Rocco <rnhmjoj@users.noreply.github.com>2023-09-14 12:57:39 +0200
committerGitHub <noreply@github.com>2023-09-14 12:57:39 +0200
commit607cb89351c418338ebb9e5ce4ebc2f6c0f50cce (patch)
tree02cc6f9b718fdd5f2014506ef603f2725c0fdae6 /nixos/tests
parentc232fe0a65ca450756c895f95c76d260fa35211e (diff)
parent705b998b83cf05219c9f69dd6b6514eb5cbd4081 (diff)
downloadnixlib-607cb89351c418338ebb9e5ce4ebc2f6c0f50cce.tar
nixlib-607cb89351c418338ebb9e5ce4ebc2f6c0f50cce.tar.gz
nixlib-607cb89351c418338ebb9e5ce4ebc2f6c0f50cce.tar.bz2
nixlib-607cb89351c418338ebb9e5ce4ebc2f6c0f50cce.tar.lz
nixlib-607cb89351c418338ebb9e5ce4ebc2f6c0f50cce.tar.xz
nixlib-607cb89351c418338ebb9e5ce4ebc2f6c0f50cce.tar.zst
nixlib-607cb89351c418338ebb9e5ce4ebc2f6c0f50cce.zip
Merge pull request #254512 from rnhmjoj/pr-anbox
anbox: always use postmarket OS images
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/anbox.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/tests/anbox.nix b/nixos/tests/anbox.nix
index d78f63ec761f..dfd6c13d9318 100644
--- a/nixos/tests/anbox.nix
+++ b/nixos/tests/anbox.nix
@@ -16,10 +16,6 @@
 
     virtualisation.anbox.enable = true;
     boot.kernelPackages = pkgs.linuxPackages_5_15;
-
-    # The AArch64 anbox image will not start.
-    # Meanwhile the postmarketOS images work just fine.
-    virtualisation.anbox.image = pkgs.anbox.postmarketos-image;
     virtualisation.memorySize = 2500;
   };