mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
parent
72a4832b66
commit
c3e5510622
1 changed files with 3 additions and 3 deletions
|
|
@ -24,9 +24,9 @@ let
|
||||||
in
|
in
|
||||||
concatStringsSep "\n" (map showEntry storesList);
|
concatStringsSep "\n" (map showEntry storesList);
|
||||||
|
|
||||||
"index.md" =
|
"index.md" = replaceStrings [ "@store-types@" ] [ index ] (
|
||||||
replaceStrings [ "@store-types@" ] [ index ]
|
readFile ./source/store/types/index.md.in
|
||||||
(readFile ./source/store/types/index.md.in);
|
);
|
||||||
|
|
||||||
tableOfContents =
|
tableOfContents =
|
||||||
let
|
let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue