-
-
Notifications
You must be signed in to change notification settings - Fork 14k
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
fragment-mono: init at 1.21 #337557
fragment-mono: init at 1.21 #337557
Conversation
@AndersonTorres Ah apologies forgot to rtfm on pkgs specifically, let me fix all this. |
535bc1c
to
7c53153
Compare
7c53153
to
cdcdf8a
Compare
Is there some OfBorg command someone/me has to run to get it to run/skip those two Darwin tests or is there just a long unskippable queue? This package has no passthru.tests which is what it says it's waiting to run. |
It's a long unskippable queue due to having less Darwin machines and the fact that Darwin is slow and not able to be emulated that well. |
Squash the commits according to contributing guidelines. |
What's wrong with the commits? Are the last two not covered by the |
A newly-added package does not need a commit for each fixup: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#commit-conventions
Fixup the three last commits into one. |
I see, could be clearer to write that explicitly in CONTRIBUTING.md, as I assumed |
b90aea8
to
7855201
Compare
The idea behind this is more general, and a bit hard to express in words. Further, there is another unwritten rule: the first time a package is included in Nixpkgs, it should be included as if it was done perfectly. (Obviously there are exceptions, such as including a package that requires a modification in another existing package - but this is another story...) |
Don't mean to sound impatient, there's no rush, but I'm curious as to why this hasn't been merged yet. Does each PR need multiple manual approvals? Or can I run the merge bot command to do it now? |
Because no human with the power to push the button pushed it yet.
No. It just needs a human with the power to push the button to push it.
The merge bot will not push the button in this case. Summarizing, you need to find a human with the power to push the button. There are some places you can find them:
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/1967 |
Great, thanks for all the help! This feels like a very welcoming community. |
Description of changes
Adds a new package for the Fragment Mono font.
It's already available in the google-fonts package, but nice to have it separated aswell (as seen in the roboto packages).
(This is my first nixpkgs PR, please let me know if I've made any mistakes)
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.