Skip to content

Commit

Permalink
chore: update cardano-js-sdk (except for Windows 🙄)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrus committed Nov 4, 2024
1 parent 42ba678 commit e29cacf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
cardano-node.url = "github:IntersectMBO/cardano-node/9.1.0";
cardano-node.flake = false; # prevent lockfile explosion

cardano-js-sdk.url = "github:input-output-hk/cardano-js-sdk/pull/1416/head"; # fix Ogmios mapper on 0.29.3
cardano-js-sdk.url = "github:input-output-hk/cardano-js-sdk/@cardano-sdk/[email protected]";
cardano-js-sdk.flake = false; # we patch it & to prevent lockfile explosion

ogmios.url = "github:CardanoSolutions/ogmios/v6.5.0";
Expand Down
2 changes: 1 addition & 1 deletion nix/internal/x86_64-windows.nix
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ in rec {
doCheck = false;
};

blockchain-services = mkPackage { withJS = true; };
blockchain-services = mkPackage { withJS = false; };

mkPackage = { withJS }: pkgs.runCommand "blockchain-services" {} ''
mkdir -p $out/libexec
Expand Down

0 comments on commit e29cacf

Please sign in to comment.