-
Notifications
You must be signed in to change notification settings - Fork 101
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
nix flake causes errors #686
Comments
at first I thought it was because I had both the home-manager module and overlay enabled but that is not the case |
@DockterTeagle Happened to me as well, managed to get it to build by adding 'programs.hyprpanel.overlay.enable = true' to my config. note: used to build without this line, one of the recent merges caused it to start failing. |
Hmmm that is pretty weird. Can you try my fork out to see if it resolves it? {
inputs = {
hyprpanel.url = "github:benvonh/HyprPanel";
};
# ...
} BTW, in case this info was missed, you do need to set |
inputs.hyprpanel.url = "github:Jas-SinghFSU/HyprPanel";
...
modules = [
inputs.hyprpanel.homeManagerModules.hyprpanel
]; does this not set the overlay? if not then yeah I did add overlay.enable = true and it fixed it |
Lol no, it doesn't by default because of that case. But there should have been a custom error message that I put in telling you this information :( |
Describe the bug
on updating to latest hyprpanel flake I get this error:
To Reproduce
update to latest flake and do home-manager switch
Expected behavior
no error to appear
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: