about summary refs log tree commit diff
path: root/pkgs/build-support/docker
diff options
context:
space:
mode:
authorWei-Ming Yang <rick68@users.noreply.github.com>2018-01-01 16:13:40 +0800
committerGitHub <noreply@github.com>2018-01-01 16:13:40 +0800
commit70e9b60b3302e646b3d1109bb444db99f5bdea40 (patch)
tree423e437333bd05409427ea234d0b6e9d3c0d5548 /pkgs/build-support/docker
parent616048bcbf9517059226a0a6b732df29dee13c74 (diff)
downloadnixlib-70e9b60b3302e646b3d1109bb444db99f5bdea40.tar
nixlib-70e9b60b3302e646b3d1109bb444db99f5bdea40.tar.gz
nixlib-70e9b60b3302e646b3d1109bb444db99f5bdea40.tar.bz2
nixlib-70e9b60b3302e646b3d1109bb444db99f5bdea40.tar.lz
nixlib-70e9b60b3302e646b3d1109bb444db99f5bdea40.tar.xz
nixlib-70e9b60b3302e646b3d1109bb444db99f5bdea40.tar.zst
nixlib-70e9b60b3302e646b3d1109bb444db99f5bdea40.zip
dockerTools.examples: correct a typo in comments
This commit is for correcting a typo in comments.
Diffstat (limited to 'pkgs/build-support/docker')
-rw-r--r--pkgs/build-support/docker/examples.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/docker/examples.nix b/pkgs/build-support/docker/examples.nix
index b9a334971744..691d4bb74dbf 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 '<nixpkgs>' -A nix)
   nix = buildImageWithNixDb {
     name = "nix";