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