From 7f6a2d5663d0127d4aa48d2e839fd04aaa1d93e7 Mon Sep 17 00:00:00 2001 From: Tristan Date: Fri, 3 Dec 2021 02:48:59 -0500 Subject: [PATCH] oci-containers: fix imageFile example --- nixos/modules/virtualisation/oci-containers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/virtualisation/oci-containers.nix b/nixos/modules/virtualisation/oci-containers.nix index 24573bba4800..5af9baff8bc1 100644 --- a/nixos/modules/virtualisation/oci-containers.nix +++ b/nixos/modules/virtualisation/oci-containers.nix @@ -28,7 +28,7 @@ let You still need to set the image attribute, as it will be used as the image name for docker to start a container. ''; - example = literalExpression "pkgs.dockerTools.buildDockerImage {...};"; + example = literalExpression "pkgs.dockerTools.buildImage {...};"; }; login = {