Skip to content

Commit

Permalink
dockerTools.examples: correct a typo in comments
Browse files Browse the repository at this point in the history
This commit is for correcting a typo in comments.
  • Loading branch information
rick68 committed Jan 1, 2018
1 parent 616048b commit 70e9b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/docker/examples.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 70e9b60

Please sign in to comment.