Skip to content

Commit 5a8e4cb

Browse files
committed
Fix cardano-db-sync executable in runtime
1 parent bfe5427 commit 5a8e4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
cardano-node = cardano-node.packages.${system}.cardano-node;
298298
cardano-cli = cardano-node.packages.${system}.cardano-cli;
299299
kupo = cardano-nix.packages.${system}.kupo;
300-
cardano-db-sync = inputs.db-sync.packages.${system}.cardano-db-sync;
300+
cardano-db-sync = inputs.db-sync.packages.${system}."cardano-db-sync:exe:cardano-db-sync";
301301
blockfrost-backend-ryo = inputs.blockfrost.packages.${system}.blockfrost-backend-ryo;
302302
buildCtlRuntime = buildCtlRuntime final;
303303
launchCtlRuntime = launchCtlRuntime final;

0 commit comments

Comments
 (0)