mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00: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)
|
# docker run -it --rm nix nix-store -qR $(nix-build '<nixpkgs>' -A nix)
|
||||||
nix = buildImageWithNixDb {
|
nix = buildImageWithNixDb {
|
||||||
name = "nix";
|
name = "nix";
|
||||||
|
Loading…
Reference in New Issue
Block a user