nix show-derivation: Say "system" instead of "platform"

There is really no good reason to use "platform" except that that's
what we use internally (also for no good reason).
This commit is contained in:
Eelco Dolstra 2020-12-10 19:13:23 +01:00
parent daf365b0b7
commit 3b123a6ee6
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -103,7 +103,7 @@ struct CmdShowDerivation : InstallablesCommand
}
}
drvObj.attr("platform", drv.platform);
drvObj.attr("system", drv.platform);
drvObj.attr("builder", drv.builder);
{