We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2004bf0 commit 75436d5Copy full SHA for 75436d5
source/tutorials/module-system/deep-dive.md
@@ -701,6 +701,10 @@ In the `paramForMarker` function:
701
```{code-block} diff
702
:caption: marker.nix
703
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}\"" ];
708
+ paramForMarker = marker:
709
+ let
710
+ attributes =
0 commit comments