doc: add missing attribute to example in dockerTools
This commit is contained in:
parent
45f1aab3d6
commit
ad83240aad
1 changed files with 1 additions and 0 deletions
|
@ -676,6 +676,7 @@ If our package sets `includeStorePaths` to `false`, we'll end up with only the f
|
||||||
dockerTools.streamLayeredImage {
|
dockerTools.streamLayeredImage {
|
||||||
name = "hello";
|
name = "hello";
|
||||||
contents = [ hello ];
|
contents = [ hello ];
|
||||||
|
includeStorePaths = false;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue