docker examples: Drop unneeded contents list

This commit is contained in:
Graham Christensen 2019-12-16 13:10:25 -05:00
parent e1c6965beb
commit 77452740c6
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -236,7 +236,6 @@ rec {
name = "another-layered-image";
tag = "latest";
config.Cmd = [ "${pkgs.hello}/bin/hello" ];
contents = [ pkgs.hello ];
};
}