using inherited instead

This commit is contained in:
Michael Fellinger 2017-06-27 22:22:08 +02:00 committed by GitHub
parent 704e04b108
commit 54419f3016

View File

@ -389,10 +389,9 @@ rec {
# Create a JSON blob of the configuration. Set the date to unix zero.
baseJson = writeText "${baseName}-config.json" (builtins.toJSON {
created = created;
inherit created config;
architecture = "amd64";
os = "linux";
config = config;
});
layer =