Skip to content

Commit

Permalink
Merge #51836: nixos/nvidia: fix inverted assertion
Browse files Browse the repository at this point in the history
(cherry picked from commit ac19d5e)
  • Loading branch information
vcunat committed Dec 11, 2018
1 parent 6e0efb3 commit 13938ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/hardware/video/nvidia.nix
Expand Up @@ -97,7 +97,7 @@ in
config = mkIf enabled {
assertions = [
{
assertion = config.services.xserver.displayManager.gdm.wayland;
assertion = !config.services.xserver.displayManager.gdm.wayland;
message = "NVidia drivers don't support wayland";
}
{
Expand Down

0 comments on commit 13938ac

Please sign in to comment.