using inherited instead
This commit is contained in:
parent
704e04b108
commit
54419f3016
@ -389,10 +389,9 @@ rec {
|
|||||||
|
|
||||||
# Create a JSON blob of the configuration. Set the date to unix zero.
|
# Create a JSON blob of the configuration. Set the date to unix zero.
|
||||||
baseJson = writeText "${baseName}-config.json" (builtins.toJSON {
|
baseJson = writeText "${baseName}-config.json" (builtins.toJSON {
|
||||||
created = created;
|
inherit created config;
|
||||||
architecture = "amd64";
|
architecture = "amd64";
|
||||||
os = "linux";
|
os = "linux";
|
||||||
config = config;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
layer =
|
layer =
|
||||||
|
Loading…
Reference in New Issue
Block a user