Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove warnings by fixing renamed options #150

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

execat
Copy link
Contributor

@execat execat commented Mar 7, 2025

This commit fixes these warnings:

evaluation warning: The option `services.xserver.xkbOptions' defined in `/mnt/nix/store/ac8yy4g10vjb2q4mn861cgdgbkp8msg3-source/hosts/nixos' has been renamed to `services.xserver.xkb.options'.
evaluation warning: The option `services.xserver.layout' defined in `/mnt/nix/store/ac8yy4g10vjb2q4mn861cgdgbkp8msg3-source/hosts/nixos' has been renamed to `services.xserver.xkb.layout'.
evaluation warning: The option `services.xserver.libinput.enable' defined in `/mnt/nix/store/ac8yy4g10vjb2q4mn861cgdgbkp8msg3-source/hosts/nixos' has been renamed to `services.libinput.enable'.
evaluation warning: The option `services.xserver.displayManager.defaultSession' defined in `/mnt/nix/store/ac8yy4g10vjb2q4mn861cgdgbkp8msg3-source/hosts/nixos' has been renamed to `services.displayManager.defaultSession'.
evaluation warning: The option `hardware.opengl.enable' defined in `/mnt/nix/store/ac8yy4g10vjb2q4mn861cgdgbkp8msg3-source/hosts/nixos' has been renamed to `hardware.graphics.enable'.

This commit fixes these warnings:

```
evaluation warning: The option `services.xserver.xkbOptions' defined in `/mnt/nix/store/ac8yy4g10vjb2q4mn861cgdgbkp8msg3-source/hosts/nixos' has been renamed to `services.xserver.xkb.options'.
evaluation warning: The option `services.xserver.layout' defined in `/mnt/nix/store/ac8yy4g10vjb2q4mn861cgdgbkp8msg3-source/hosts/nixos' has been renamed to `services.xserver.xkb.layout'.
evaluation warning: The option `services.xserver.libinput.enable' defined in `/mnt/nix/store/ac8yy4g10vjb2q4mn861cgdgbkp8msg3-source/hosts/nixos' has been renamed to `services.libinput.enable'.
evaluation warning: The option `services.xserver.displayManager.defaultSession' defined in `/mnt/nix/store/ac8yy4g10vjb2q4mn861cgdgbkp8msg3-source/hosts/nixos' has been renamed to `services.displayManager.defaultSession'.
evaluation warning: The option `hardware.opengl.enable' defined in `/mnt/nix/store/ac8yy4g10vjb2q4mn861cgdgbkp8msg3-source/hosts/nixos' has been renamed to `hardware.graphics.enable'.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant