mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
dockerTools.examples: correct a typo in comments
This commit is for correcting a typo in comments.
This commit is contained in:
parent
616048bcbf
commit
70e9b60b33
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user