-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
discord: add aarch64-darwin to platforms #199695
Conversation
e71fdbd
to
26003ea
Compare
Hi! To fit CONTRIBUTING.md, could you please rename the commit to |
28d7e64
to
a6be676
Compare
Result of 1 package built:
|
Yes, I updated the summary text. |
@@ -13,37 +13,38 @@ let | |||
srcs = rec { | |||
x86_64-linux = { | |||
stable = fetchurl { | |||
url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"; | |||
url = |
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.
These break lines seem unnecessary to me and also make diff bigger. Otherwise LGTM
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.
Yes, you're right, it blows up the commit. It was auto formatted by nixfmt
. Reverted these lines.
Are there any requirements to a default formatting?
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.
nixpkgs-fmt is the most used one afaik
There's a rfc which will codify a formatter NixOS/rfcs#101
The dmg includes the universal binary with ARM support now.
The dmg includes the universal binary with ARM support now.
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