From 8cb231fa899dfd75306d0d829a42abdac797bba2 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 5 Oct 2020 17:04:44 +0200 Subject: [PATCH] Update comment about tarballs --- nix/upstreamable/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nix/upstreamable/default.nix b/nix/upstreamable/default.nix index 149beec..8f874ec 100644 --- a/nix/upstreamable/default.nix +++ b/nix/upstreamable/default.nix @@ -79,8 +79,9 @@ let /* Function to derivation of the docker compose yaml file NOTE: The output will change: https://github.com/hercules-ci/arion/issues/82 - This function is particularly useful on CI, although the references - to image tarballs may not always be desirable. + This function is particularly useful on CI. On Nixpkgs >= 20.09 this will + not store the image tarballs but executables to produce them reliably via + streamLayeredImage. */ build = args@{...}: let composition = eval args;