mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
nixosTests.allDrivers.anbox: avoid use of aliases
Before the change eval of a test failed with disabled aliases as: $ nix build -f. nixosTests.allDrivers.anbox --arg config '{ allowAliases = false; }' ... error: attribute 'linuxPackages_5_15' missing
This commit is contained in:
parent
0654bfb1e4
commit
64395b676f
@ -15,7 +15,7 @@
|
|||||||
test-support.displayManager.auto.user = "alice";
|
test-support.displayManager.auto.user = "alice";
|
||||||
|
|
||||||
virtualisation.anbox.enable = true;
|
virtualisation.anbox.enable = true;
|
||||||
boot.kernelPackages = pkgs.linuxPackages_5_15;
|
boot.kernelPackages = pkgs.linuxKernel.packages.linux_5_15;
|
||||||
virtualisation.memorySize = 2500;
|
virtualisation.memorySize = 2500;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user