Update comment about tarballs

This commit is contained in:
Robert Hensing 2020-10-05 17:04:44 +02:00
parent 7340d37636
commit 8cb231fa89

View file

@ -79,8 +79,9 @@ let
/* Function to derivation of the docker compose yaml file /* Function to derivation of the docker compose yaml file
NOTE: The output will change: https://github.com/hercules-ci/arion/issues/82 NOTE: The output will change: https://github.com/hercules-ci/arion/issues/82
This function is particularly useful on CI, although the references This function is particularly useful on CI. On Nixpkgs >= 20.09 this will
to image tarballs may not always be desirable. not store the image tarballs but executables to produce them reliably via
streamLayeredImage.
*/ */
build = args@{...}: build = args@{...}:
let composition = eval args; let composition = eval args;