mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nvidia-x11: fix eval error from 4ef82339c9
This commit is contained in:
parent
e713349922
commit
d4bdf302a3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ in
|
|||
config = mkIf enabled {
|
||||
assertions = [
|
||||
{
|
||||
assertion = services.xserver.displayManager.gdm.wayland;
|
||||
assertion = config.services.xserver.displayManager.gdm.wayland;
|
||||
message = "NVidia drivers don't support wayland";
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue