1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 18:01:16 +02:00

fix links in stores overview

This commit is contained in:
Valentin Gagarin 2023-12-02 00:56:23 +01:00
parent 84fe429dfd
commit 59c4c82aeb
2 changed files with 6 additions and 5 deletions

View file

@ -103,7 +103,8 @@ let
${allStores}
'';
index = replaceStrings
[ "@store-types@" ] [ storesOverview ]
[ "@store-types@" "./local-store.md" "./local-daemon-store.md" ]
[ storesOverview "#local-store" "#local-daemon-store" ]
details.doc;
storesOverview =
let