-
Notifications
You must be signed in to change notification settings - Fork 40
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
ananicy_cpp-rules -> ananicy-rules-cachyos_git: move to gitOverride #909
Conversation
dbaa09f
to
14f74e2
Compare
Should be ready to merge, I tried to move smaller packages to gitOverride before trying the big giant :) |
Oops! Something went wrong while caching this PR! Check the logs for more information. |
overlays/default.nix
Outdated
@@ -83,7 +83,7 @@ in | |||
|
|||
alacritty_git = callOverride ../pkgs/alacritty-git { }; | |||
|
|||
ananicy-cpp-rules = final.callPackage ../pkgs/ananicy-cpp-rules { }; | |||
ananicy-cpp-rules = callOverride ../pkgs/ananicy-cpp-rules { }; |
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.
Suffix it with _git
here, and to be more explicit, it should be named ananicy-rules-cachyos_git
. (nyxKey
must be updated to match, no need to change the directory's name)
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, I just wanted to make backwards-compatibility.
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.
Done, do you want me to maintain an alias?
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.
Nope
It's packaged in nixpkgs, so we could just use an override. This is a breaking change.
14f74e2
to
d32e7c1
Compare
🐟 What?
🎣 Why?
🐳 Extras
Questions:
Are automatic update scripts affected by this? Let me know if I have to change something.