Skip to content

Commit

Permalink
dockerTools.buildImage: writeReferencesToFile -> writeClosure
Browse files Browse the repository at this point in the history
  • Loading branch information
ShamrockLee committed Mar 18, 2024
1 parent 5c1a3b6 commit 67ec1a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/build-support/docker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
, tarsum
, util-linux
, vmTools
, writeReferencesToFile
, writeClosure
, writeScript
, writeShellScriptBin
, writeText
Expand Down Expand Up @@ -630,7 +630,7 @@ rec {
imageName = lib.toLower name;
imageTag = lib.optionalString (tag != null) tag;
inherit fromImage baseJson;
layerClosure = writeReferencesToFile layer;
layerClosure = writeClosure [ layer ];
passthru.buildArgs = args;
passthru.layer = layer;
passthru.imageTag =
Expand Down

0 comments on commit 67ec1a7

Please sign in to comment.