0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge pull request #277153 from trofi/nixosTests.allDrivers.anbox-avoid-aliases

nixosTests.allDrivers.anbox: avoid use of aliases
This commit is contained in:
Bobby Rong 2023-12-29 21:59:43 +08:00 committed by GitHub
commit 75e6da4bce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};