From 70e9b60b3302e646b3d1109bb444db99f5bdea40 Mon Sep 17 00:00:00 2001 From: Wei-Ming Yang Date: Mon, 1 Jan 2018 16:13:40 +0800 Subject: [PATCH] dockerTools.examples: correct a typo in comments This commit is for correcting a typo in comments. --- pkgs/build-support/docker/examples.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/docker/examples.nix b/pkgs/build-support/docker/examples.nix index b9a33497174..691d4bb74db 100644 --- a/pkgs/build-support/docker/examples.nix +++ b/pkgs/build-support/docker/examples.nix @@ -102,7 +102,7 @@ rec { ]; }; - # 5. nix example to play with the container nix store + # 6. nix example to play with the container nix store # docker run -it --rm nix nix-store -qR $(nix-build '' -A nix) nix = buildImageWithNixDb { name = "nix";