Skip to content

Commit 2c7b50d

Browse files
committed
Use flake-lang to pull in pla-rust as extraSource
1 parent ca2cf8f commit 2c7b50d

File tree

6 files changed

+15105
-6151
lines changed

6 files changed

+15105
-6151
lines changed

extras/lbf-nix/lbf-rust.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ let
8686
{
8787
num-bigint = "~0.4";
8888
serde_json = { version = "^1.0"; features = [ "arbitrary_precision" ]; };
89-
plutus-ledger-api = { version = "^0.1.0"; features = [ "lbf" ]; };
89+
plutus-ledger-api = { path = "../plutus-ledger-api-0.1.0"; features = [ "lbf" ]; };
9090
};
9191

9292
crateVersions = opts: with (lbfRustOpts opts);

0 commit comments

Comments
 (0)