0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

oci-containers: fix imageFile example

This commit is contained in:
Tristan 2021-12-03 02:48:59 -05:00 committed by Bjørn Forsman
parent c1641865d8
commit 7f6a2d5663

View file

@ -28,7 +28,7 @@ let
You still need to set the <literal>image</literal> attribute, as it You still need to set the <literal>image</literal> attribute, as it
will be used as the image name for docker to start a container. will be used as the image name for docker to start a container.
''; '';
example = literalExpression "pkgs.dockerTools.buildDockerImage {...};"; example = literalExpression "pkgs.dockerTools.buildImage {...};";
}; };
login = { login = {