From 3bcf3c6d6b00e9acddc7e8639a7f4e634637265a Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Thu, 4 Jul 2024 11:33:28 +0200 Subject: [PATCH] Fix `cardano-db-sync` links in docs --- docs/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/default.nix b/docs/default.nix index 44fe3c1..d47a0bf 100644 --- a/docs/default.nix +++ b/docs/default.nix @@ -85,6 +85,10 @@ in { storePath = inputs."cardano-node-8.7.3".outPath; githubUrl = "https://github.com/IntersectMBO/cardano-node/tree/master"; } + { + storePath = inputs.cardano-db-sync.outPath; + githubUrl = "https://github.com/IntersectMBO/cardano-db-sync/tree/master"; + } ]; }; }