Conversation
flake.nix
Outdated
| } | ||
| ]; | ||
|
|
||
| extraHackagePackages = with nixpkgs.lib; |
There was a problem hiding this comment.
Seems like this should be in the helper repo?
There was a problem hiding this comment.
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.