-
Notifications
You must be signed in to change notification settings - Fork 247
Add nixpkgs-2105 #1133
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
Add nixpkgs-2105 #1133
Changes from all commits
555f23d
adf318c
d115e1c
21367ce
743eed8
67cb833
acf86bc
fcc3a57
92c972e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ final: prev: let | |
# GHCJS currently requires an old version of emscripten. Overriding to build the older version doesn't | ||
# work straightforwardly on 20.09 anymore, so we use an ugly hack and pull emscripten from 20.03. | ||
# In future, we'll just fix GHCJS to work with the newer emscripten. | ||
|
||
# Not sure what to do here - akrmn | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. hey @michaelpj, I think I got rid of all occurrences of There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yep, this is a bit worrying. I also don't know what to do about this. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We will need to keep a nixpkgs-2003 pin for now |
||
pkgs-2003 = import final.haskell-nix.sources.nixpkgs-2003 { | ||
system = final.stdenv.system; | ||
overlays = [(final: prev: with final; { | ||
|
Uh oh!
There was an error while loading. Please reload this page.