mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
docker examples: Drop unneeded contents list
This commit is contained in:
parent
e1c6965beb
commit
77452740c6
|
@ -236,7 +236,6 @@ rec {
|
|||
name = "another-layered-image";
|
||||
tag = "latest";
|
||||
config.Cmd = [ "${pkgs.hello}/bin/hello" ];
|
||||
contents = [ pkgs.hello ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue