Skip to content

Commit

Permalink
nvidia-x11: fix eval error from 4ef8233
Browse files Browse the repository at this point in the history
  • Loading branch information
Cray Elliott authored and Cray Elliott committed Sep 28, 2017
1 parent e713349 commit d4bdf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/hardware/video/nvidia.nix
Expand Up @@ -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";
}
];
Expand Down

0 comments on commit d4bdf30

Please sign in to comment.