-
-
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
jinja-lsp: init at 0.1.81 #341074
base: master
Are you sure you want to change the base?
jinja-lsp: init at 0.1.81 #341074
Conversation
|
||
cargoHash = "sha256-vMoDbUDImDp+DPjS0rfJD9hYUa79bKsDUyAhAZvEyxA="; | ||
|
||
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.
meta = with lib; { | |
meta = { |
license = licenses.mit; | ||
maintainers = with maintainers; [ lytedev ]; |
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.
license = licenses.mit; | |
maintainers = with maintainers; [ lytedev ]; | |
license = lib.licenses.mit; | |
maintainers = with lib.maintainers; [ lytedev ]; |
github = "lytedev"; | ||
githubId = 508402; | ||
name = "Daniel Flanagan"; | ||
keys = [ { fingerprint = "823E B345 6C62 D193 8904 2027 5B20 20A0 F992 1EF4"; } ]; |
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.
Only needed if you sign your git commits.
Co-authored-by: Arne Keller <2012gdwu+github@posteo.de>
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.
Sorry I hugely goofed up the previous PR and alerted a bunch of folks and lost the previous review context 😢. #338003