nixpkgs: draw from release-21.11 branch#2954
Merged
mergify[bot] merged 16 commits intomasterfrom Dec 3, 2021
Merged
Conversation
b4b4b4e to
254578a
Compare
fbcadfe to
782988f
Compare
c4a99f3 to
c28f986
Compare
c28f986 to
1113fd1
Compare
ggreif
commented
Dec 3, 2021
| openssl | ||
| llvm_10 | ||
| llvmPackages_10.libclang | ||
| llvm_12 |
Contributor
Author
There was a problem hiding this comment.
As a follow-on PR I'll transition to llvm_13
ggreif
commented
Dec 3, 2021
ggreif
commented
Dec 3, 2021
ggreif
commented
Dec 3, 2021
| -> Session () | ||
| definitionsTestCase project doc pos expected = do | ||
| response <- getDefinitions doc pos | ||
| LSP.InL response <- getDefinitions doc pos |
Contributor
Author
There was a problem hiding this comment.
this could fail, but we'll see when it happens!
ggreif
commented
Dec 3, 2021
ggreif
commented
Dec 3, 2021
ggreif
commented
Dec 3, 2021
| @@ -13,9 +13,8 @@ let | |||
| nixpkgs-patched = bootstrap-pkgs.applyPatches { | |||
Contributor
Author
There was a problem hiding this comment.
@nomeata I tried to short-cut the nixpkgs-patched by eliminating, but it didn't work out. I didn't invest too much time, though...
Contributor
There was a problem hiding this comment.
You could copy what I did at https://github.com/dfinity/ic-hs/blob/master/nix/default.nix#L9, but it's not important
ggreif
commented
Dec 3, 2021
This reverts commit 782988f.
Contributor
release-21.11 branchnixpkgs: draw from release-21.11 branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Porcupine
https://discourse.nixos.org/t/21-11-has-been-released/16353
Mostly benign changes, but we can now eliminate a bunch of custom pulls from Hackage, which is a bonus. (Actually this was possible with
21.05too, but nobody noticed.)TODO (for follow-ups)
nixpkgs-patched(see comment below)llvm-13