doc: add missing attribute to example in dockerTools

This commit is contained in:
DS 2024-01-23 20:58:41 -08:00
parent 45f1aab3d6
commit ad83240aad

View File

@ -676,6 +676,7 @@ If our package sets `includeStorePaths` to `false`, we'll end up with only the f
dockerTools.streamLayeredImage {
name = "hello";
contents = [ hello ];
includeStorePaths = false;
}
```