about summary refs log tree commit diff
path: root/nixos/tests/anbox.nix
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2023-09-11 08:07:30 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2023-09-11 08:09:37 +0200
commit705b998b83cf05219c9f69dd6b6514eb5cbd4081 (patch)
treefdb913ef78bf98ac88a7b921286410990518b7de /nixos/tests/anbox.nix
parentbf58d13ecac66f34224b9faf49401e3840e3c2ae (diff)
anbox: always use postmarket OS images
Diffstat (limited to 'nixos/tests/anbox.nix')
-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 d78f63ec761fc..dfd6c13d93181 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;
   };