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"; + } ]; }; }