Skip to content

Commit ea00562

Browse files
committed
Disable plutus-ledger due to compatibility issues with outdated cardano-api and plutus-tx-plugin versions
1 parent 43890d9 commit ea00562

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

flake.nix

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,19 @@
4646
"ouroboros-consensus-cardano"
4747
"cardano-api"
4848
"cardano-node"
49-
# from plutus-apps
50-
"plutus-ledger"
49+
50+
# 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+
5162
# from marlowe-cardano
5263
"marlowe-runtime"
5364
];

0 commit comments

Comments
 (0)