-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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-cli: init at 0.8.6 #324321
base: master
Are you sure you want to change the base?
deepsource-cli: init at 0.8.6 #324321
Conversation
duplicate with #324286 @ByteSudoer |
|
||
meta = with lib; { | ||
homepage = "https://github.com/DeepSourceCorp/cli"; | ||
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"; |
''; | ||
|
||
|
||
meta = with lib; { |
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.
Better to avoid with lib
"command/report/tests" | ||
]; | ||
|
||
postInstall = '' |
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.
See #308283
{ lib | ||
, buildGoModule | ||
, fetchFromGitHub | ||
|
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.
, fetchFromGitHub | ||
|
||
, installShellFiles | ||
|
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.
|
||
, installShellFiles | ||
|
||
}: |
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.
}: | |
}: | |
--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.
Description of changes
Deepsource is static analysis and AI
Metadata
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.