We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Recently started to get a warning in my builds, which seem to be resulting from homeManagerIntegration.followSystem = false;
homeManagerIntegration.followSystem = false;
The warning is: "You have set either nixpkgs.config or nixpkgs.overlays while using home-manager.useGlobalPkgs.`"
nixpkgs.config
nixpkgs.overlays
home-manager.useGlobalPkgs
The text was updated successfully, but these errors were encountered:
This seems to be related to #865
Sorry, something went wrong.
In my config if I use nixpkgs.config it does result in that error, but when it is caused by stylix, it is just a warning.
No branches or pull requests
Recently started to get a warning in my builds, which seem to be resulting from
homeManagerIntegration.followSystem = false;
The warning is:
"You have set either
nixpkgs.config
ornixpkgs.overlays
while usinghome-manager.useGlobalPkgs
.`"The text was updated successfully, but these errors were encountered: