-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
pridefetch: init at 1.0.0 #174095
pridefetch: init at 1.0.0 #174095
Conversation
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.
I don't think we accept maintainer additions from people that aren't planning on being a nixpkgs maintainer.
Alright; I'll add the package that I have made for pridefetch to nixpkgs as well as planned, although I will do so in this PR rather than separate PRs |
331dfb4
to
7a35d18
Compare
7a35d18
to
26e7906
Compare
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.
A few remarks. https://github.com/jtojnar/nixpkgs-hammering can help find some of them.
2d05f77
to
ba20e94
Compare
Thank you very much for your help and suggesting use of nixpkgs-hammering! I decided to keep the build step and install step separate, as I think that the build step here creates the executable and the install step installs it |
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.
Final nit!
pridefetch is a cli tool to display system information (similarly to neofetch or pfetch) in your terminal along with a pride flag.
ba20e94
to
f598554
Compare
Already looks quite good, some small things to look at and then I think it'll be ok for now. |
This looks fine. Maybe a simple installCheck test could be added in a followup, if you'd like. |
Description of changes
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes