You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
it is working with stable so it seems fine for now.
worst case, don't make hyprpanel follow your nixpkgs and just deal with whatever conflicts you might have with e.g. swww (which seems rare anyway lol)
I added logic anyway where it'll prefer unstable, if not, do stable (for nerd font). I also added every possible hyprpanel option. Should I make a PR with both changes?
c92c6b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uhh this breaks for people not using unstable (I use 24.11)
Is that what we want or should we add a condition to check system version until the next release in May.
idm either way but might be annoying for others who prefer stable and then have to pach it themselves.
can fix if you want @orangci
c92c6b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@benvonh this should only be an issue if people use nixpkgs.follows, which they shouldn't, kek
even if people use stable as long as they dont force hyprpanel to follow their nixpkgs input it shouldnt be an issue
c92c6b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but wouldn't that be weird when you use the same packages as hyprpanel?
e.g., swww. I use it from other stuff, too, so I would probably want hyprpanel to use the same version as my scripts, right?
c92c6b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm... I see what you're saying, however hyprpanel is geared towards nix unstable, not stable.
c92c6b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is working with stable so it seems fine for now.
worst case, don't make hyprpanel follow your nixpkgs and just deal with whatever conflicts you might have with e.g. swww (which seems rare anyway lol)
I added logic anyway where it'll prefer unstable, if not, do stable (for nerd font). I also added every possible hyprpanel option. Should I make a PR with both changes?
c92c6b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure!