-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
Update nix flake #2159
Update nix flake #2159
Conversation
31ad908
to
aeb6be4
Compare
|
It seems to build on both ghc8106 and ghc901 on my machine. |
#2128 would benefit from this (e.g. make it mergable) |
aaaa it looks like the Mac build is broken on tracy but I have no idea what's wrong with it because it didn't emit the entire log to standard output (???!). I guess I get to be the lucky one to have some |
It seems that
|
Yup, the main question is if it can be fixed easily. |
https://gist.github.com/45a30561f669649fc97a8aa352483964 build logs for tracy |
which I have written into our overlay for the minute. Tracy should build now. |
Doing a nixpkgs update gains ghc 8.10.6 support. lsp-types needed updating to satisfy bounds so I did that.
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.
LGTM, thanks!
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.
Thank you for the fix!
I merged this manually hoping it will fiix the nix builds in master but they failed 😟
|
It seems the nix build is not taking in account last ghc-api-compat hackage releases |
Try my branch ( |
|
Doing a nixpkgs update gains ghc 8.10.6 support.
lsp-types needed updating to satisfy bounds so I did that.