-
-
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
deepsource: init at 0.8.6 #324286
base: master
Are you sure you want to change the base?
deepsource: init at 0.8.6 #324286
Conversation
"-w" | ||
"-X=main.version=${version}" | ||
]; | ||
|
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 program supports generating completion.
postInstall = lib.optionals (stdenv.build.canExecute stdenv.hostPlatform) ''
installShellCompletion --cmd deepsource \
--bash <($out/bin/deepsource completion bash) \
--fish <($out/bin/deepsource completion fish) \
--zsh <($out/bin/deepsource completion zsh)
'';
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.
Also would be good to add a https://nixos.org/manual/nixpkgs/unstable/#versioncheckhook if possible.
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.
fixed @Aleksanaa
hash = "sha256-6uNb4cQVerrlW/eUkjmlO1i1YKYX3qaVdo0i5cczt+I="; | ||
}; | ||
|
||
doCheck = false; |
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.
Indicate why in a comment on top of or behind this line.
meta = with lib; { | ||
description = "Command line interface to DeepSource"; | ||
mainProgram = "deepsource"; | ||
homepage = "https://github.com/DeepSourceCorp/cli"; | ||
license = licenses.bsd2; | ||
maintainers = with maintainers; [ nipeharefa ]; | ||
}; |
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.
meta = with lib; { | |
description = "Command line interface to DeepSource"; | |
mainProgram = "deepsource"; | |
homepage = "https://github.com/DeepSourceCorp/cli"; | |
license = licenses.bsd2; | |
maintainers = with maintainers; [ nipeharefa ]; | |
}; | |
meta = { | |
description = "Command line interface to DeepSource"; | |
mainProgram = "deepsource"; | |
homepage = "https://github.com/DeepSourceCorp/cli"; | |
license = lib.licenses.bsd2; | |
maintainers = with lib.maintainers; [ nipeharefa ]; | |
}; |
]; | ||
|
||
meta = with lib; { | ||
description = "Command line interface to DeepSource"; |
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.
description = "Command line interface to DeepSource"; | |
description = "Command line interface to DeepSource, the code health platform"; |
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.
done @Aleksanaa
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.
When you have done all changes, squash/split into two commits only:
- maintainers: add nipeharefa
- deepsource: init at 0.8.6
fd16190
to
5dfff5a
Compare
done @Aleksanaa |
4542add
to
d52cf3f
Compare
d52cf3f
to
62e7398
Compare
Description of changes
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.