Skip to content

Commit de485fc

Browse files
fschn90Mic92
authored andcommitted
fixed typo: missing .sh
1 parent 42eba9d commit de485fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ Now make the following changes to `default.nix`:
333333
name = "map";
334334
runtimeInputs = with pkgs; [ curl feh ];
335335
text = ''
336-
- ${./map} size=640x640 scale=2 | feh -
337-
+ ${./map} ${lib.concatStringsSep " "
336+
- ${./map.sh} size=640x640 scale=2 | feh -
337+
+ ${./map.sh} ${lib.concatStringsSep " "
338338
+ config.requestParams} | feh -
339339
'';
340340
```

0 commit comments

Comments
 (0)