dockerTools.examples: correct a typo in comments

This commit is for correcting a typo in comments.
This commit is contained in:
Wei-Ming Yang 2018-01-01 16:13:40 +08:00 committed by GitHub
parent 616048bcbf
commit 70e9b60b33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";