We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43890d9 commit ea00562Copy full SHA for ea00562
flake.nix
@@ -46,8 +46,19 @@
46
"ouroboros-consensus-cardano"
47
"cardano-api"
48
"cardano-node"
49
- # from plutus-apps
50
- "plutus-ledger"
+
+ # from cardano-node-emulator
51
+ # "plutus-ledger"
52
+ # ^ disabled as it depends on outdated versions of `cardano-api` and
53
+ # `plutus-tx-plugin` which are not compatible with the latest
54
+ # `plutus-ledger-api` and `plutus-tx` versions.
55
+ # See: https://chap.intersectmbo.org/package/plutus-ledger-1.3.0.0/
56
+ # ─ plutus-ledger-1.3.0.0
57
+ # └─ plutus-script-utils-1.3.0.0
58
+ # ├─ cardano-api-8.36.1.1 ┄┄
59
+ # └─ plutus-tx-plugin-1.15.0.1
60
+ # └─ plutus-tx-1.15.0.1 ┄┄
61
62
# from marlowe-cardano
63
"marlowe-runtime"
64
];
0 commit comments