-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
jujutsu: refactor, add emily to maintainers #339702
Conversation
This does not seem to be required any more.
Yeah, you can add me as a maintainer too. :) |
pkgs/by-name/ju/jujutsu/package.nix
Outdated
libgit2 | ||
libssh2 | ||
] | ||
++ lib.optional (!stdenv.hostPlatform.isDarwin) [ openssl ] |
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.
++ lib.optional (!stdenv.hostPlatform.isDarwin) [ openssl ] | |
++ lib.optional (!stdenv.hostPlatform.isDarwin) openssl |
++ lib.optional (!stdenv.hostPlatform.isDarwin) [ openssl ] | |
++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ openssl ] |
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.
Thanks, typo 🫠 Fixed!
We need to lint for this…
The test executables are no longer installed by default, but this still picks up one of the build tools. Additionally, move the derivation attribute according to convention.
2c5f0d1
to
e2cf429
Compare
Result of 2 packages built:
|
Indeed! |
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 absolutely despise every aesthetic choice made by nixfmt and absolutely reject it everywhere on my own codebases. But I'll live with it here I guess.
I have plenty of bones to pick with the style, but it’ll get swept up in the treewide before 24.11 anyway, so might as well bite the bullet now :) (I think the “new files must be formatted” CI lint would complain if I hadn’t done it, anyway, given the |
Description of changes
This is critical to my workflow, so let’s step up to help out.
Probably these commits didn’t have to be so thoroughly factored out, but when Jujutsu makes it this easy, why not?
cc @bbigras – did you want to co‐maintain this?
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.