mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/graphics: clarify assertion message for enable32Bit configuration (#355033)
This commit is contained in:
commit
5703364874
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ in
|
|||
assertions = [
|
||||
{
|
||||
assertion = cfg.enable32Bit -> pkgs.stdenv.hostPlatform.isx86_64;
|
||||
message = "`hardware.graphics.enable32Bit` only makes sense on a 64-bit system.";
|
||||
message = "`hardware.graphics.enable32Bit` is only supported on an x86_64 system.";
|
||||
}
|
||||
{
|
||||
assertion = cfg.enable32Bit -> (config.boot.kernelPackages.kernel.features.ia32Emulation or false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue