-
Notifications
You must be signed in to change notification settings - Fork 11
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
extra-hackages wip #97
base: master
Are you sure you want to change the base?
Conversation
flake.nix
Outdated
@@ -313,16 +319,31 @@ | |||
} | |||
]; | |||
|
|||
extraHackagePackages = with nixpkgs.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.
Seems like this should be in the helper repo?
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.
we should rather update extraSources to this format (just a list of paths)
0ec71d9
to
f58bb30
Compare
Status: error because of name clash in
UPDATE: fixed with latest haskell.nix |
f58bb30
to
c50eefd
Compare
rebased on master and updated to use separate hackages per package |
@brainrake Did you run into this error: I want to use this repository to solve this issue https://github.com/mlabs-haskell/trustless-sidechain/issues/64 |
This is the full trace:
|
c50eefd
to
7798208
Compare
d3fcc84
to
68ebf93
Compare
@brainrake @L-as Is there something wrong here, or with the upstream haskell.nix? If the latter, could you link an issue here? I'm feeling a little bit left in the dark without any estimate. |
68ebf93
to
f200f99
Compare
f200f99
to
5f63aa4
Compare
@gege251 any update on this ticket ? as it is blocking this: https://github.com/mlabs-haskell/trustless-sidechain/issues/64 |
@roynakakawa @MangoIV has been assigned to take over this as @brainrake is on vacation. |
hello @MangoIV are we close to complete this ticket ? It's blocking https://github.com/mlabs-haskell/trustless-sidechain/issues/64 |
Hi @roynakakawa, the issue is that for this to be fixed we have to upgrade the dependencies of BPI; for that we need to upgrade So the current dependency chain is
where |
I've been working on splitting up plutus-apps and its really hard for me to decide what stays in and what not as I have to look at what BPI uses and what is just needed for implementation and so on. I will open a draft PR for this this week and then speak with someone who has more insight.
This is related to this, since we need to update BPI to a newer version of cardano-ledger.
Perhaps we can avoid the need for this in trustless-sidechain if we drop the dependency on plutus-apps entirely.
|
No description provided.