-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
catalyst-browser: init at 3.9.4 #350552
catalyst-browser: init at 3.9.4 #350552
Conversation
I'm trying to format the file with the format tool and it's not doing anything. I am in the directory of the package.nix file
|
You need to go to the Nixpkgs root directory, run |
4a766fa
to
885d3e5
Compare
Requested changes applied and package updated to latest version. |
This pull request is ready unless there's any more requested changes. Aarch64 Darwin binaries are officially available and could be added. |
4566fc8
to
178cb61
Compare
6549d07
to
2868af5
Compare
All requested changes have been made. |
6a46336
to
beb1b0c
Compare
Not ready to be merged as I'm deciding whether or not to rename this package to
The decision and changes will be made tomorrow. |
cadcb12
to
ef1e0f8
Compare
Package rename has been completed. |
Requested changes have been applied. |
fb1194f
to
7cab2ef
Compare
7cab2ef
to
445215f
Compare
Signed-off-by: jdev082 <[email protected]>
src = fetchurl { | ||
url = "https://github.com/CatalystDevOrg/Catalyst/releases/download/v${version}/catalyst-${version}.AppImage"; | ||
hash = "sha256-6t1RAxmRc/1fAQT4Qnd42kh3cxgRZr74k8gwebTb0Ic="; | ||
name = "catalyst-${version}.AppImage"; |
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.
This looks like a no-op? (the name parameter is optional)
Suppose it doesn't hurt though.
Adds Catalyst to the package repository.
Source code is here
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.