Skip to content

Commit 75436d5

Browse files
fschn90Mic92
authored andcommitted
fixed type: this code block forgot the removed lines
1 parent 2004bf0 commit 75436d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/tutorials/module-system/deep-dive.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,10 @@ In the `paramForMarker` function:
701701
```{code-block} diff
702702
:caption: marker.nix
703703
requestParams = let
704+
- paramForMarker =
705+
- builtins.map (marker: "$(${config.scripts.geocode}/bin/geocode ${
706+
- lib.escapeShellArg marker.location})") config.map.markers;
707+
- in [ "markers=\"${lib.concatStringsSep "|" paramForMarker}\"" ];
704708
+ paramForMarker = marker:
705709
+ let
706710
+ attributes =

0 commit comments

Comments
 (0)