about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-12-29 21:59:43 +0800
committerGitHub <noreply@github.com>2023-12-29 21:59:43 +0800
commit75e6da4bce883e061099527d0915d938cb22690c (patch)
tree105ec8920bf1dfc589fc332d506662730b988cf9
parent59d6dec310aad24b70818937fb75324e667a8fee (diff)
parent64395b676fdc0b47d42501bd7db2eaf34323b42d (diff)
Merge pull request #277153 from trofi/nixosTests.allDrivers.anbox-avoid-aliases
nixosTests.allDrivers.anbox: avoid use of aliases
-rw-r--r--nixos/tests/anbox.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/anbox.nix b/nixos/tests/anbox.nix
index dfd6c13d93181..a00116536db7e 100644
--- a/nixos/tests/anbox.nix
+++ b/nixos/tests/anbox.nix
@@ -15,7 +15,7 @@
     test-support.displayManager.auto.user = "alice";
 
     virtualisation.anbox.enable = true;
-    boot.kernelPackages = pkgs.linuxPackages_5_15;
+    boot.kernelPackages = pkgs.linuxKernel.packages.linux_5_15;
     virtualisation.memorySize = 2500;
   };