oci-containers: fix imageFile example

authored by Tristan and committed by Bjørn Forsman 7f6a2d56 c1641865

+1 -1
+1 -1
nixos/modules/virtualisation/oci-containers.nix
··· 28 28 You still need to set the <literal>image</literal> attribute, as it 29 29 will be used as the image name for docker to start a container. 30 30 ''; 31 - example = literalExpression "pkgs.dockerTools.buildDockerImage {...};"; 31 + example = literalExpression "pkgs.dockerTools.buildImage {...};"; 32 32 }; 33 33 34 34 login = {